org.glassfish.admingui.common.help
Class HelpHandlers

java.lang.Object
  extended by org.glassfish.admingui.common.help.HelpHandlers

public class HelpHandlers
extends Object

These handlers help make the help system work.

Author:
Ken Paulsen (ken.paulsen@sun.com)

Constructor Summary
HelpHandlers()
           
 
Method Summary
static void getHelpIndex(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
           This handler provides access to IntegrationPoints for the requested key.
static void getHelpTOC(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
           This handler provides access to IntegrationPoints for the requested key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpHandlers

public HelpHandlers()
Method Detail

getHelpTOC

public static void getHelpTOC(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

This handler provides access to IntegrationPoints for the requested key.

Parameters:
handlerCtx - The HandlerContext.

getHelpIndex

public static void getHelpIndex(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)

This handler provides access to IntegrationPoints for the requested key.

Parameters:
handlerCtx - The HandlerContext.


Copyright © 2012. All Rights Reserved.