Class HelpHandlers
java.lang.Object
org.glassfish.admingui.common.help.HelpHandlers
These handlers help make the help system work.
- Author:
- Ken Paulsen (ken.paulsen@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetHelpIndex(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler provides access toIntegrationPoints for the requested key.static voidgetHelpTOC(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler provides access toIntegrationPoints for the requested key.
-
Constructor Details
-
HelpHandlers
public HelpHandlers()
-
-
Method Details
-
getHelpTOC
public static void getHelpTOC(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler provides access toIntegrationPoints for the requested key.- Parameters:
handlerCtx- TheHandlerContext.
-
getHelpIndex
public static void getHelpIndex(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx) This handler provides access toIntegrationPoints for the requested key.- Parameters:
handlerCtx- TheHandlerContext.
-