Class HelpHandlers
- java.lang.Object
-
- 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
Constructors Constructor Description HelpHandlers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-
-
-
Method Detail
-
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.
-
-