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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • HelpHandlers

      public HelpHandlers()
  • Method Details

    • 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.