Class ResourceHandlers

java.lang.Object
org.glassfish.admingui.common.handlers.ResourceHandlers

public class ResourceHandlers extends Object
Author:
Anissa Lam
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    buildConfidentialPropsTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
     
    static void
    combineProperties(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
     
    static void
    getConfigPropsInfo(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    This handler looks into the config properties, and confidential list, and returns a List of Map for populating the properties table.
    static void
    getLogicalJndiName(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
     
    static void
    getResourceRealStatus(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResourceHandlers

      public ResourceHandlers()
  • Method Details

    • getResourceRealStatus

      public static void getResourceRealStatus(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • getConfigPropsInfo

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

      This handler looks into the config properties, and confidential list, and returns a List of Map for populating the properties table.

      This is called for creating new objects.
    • combineProperties

      public static void combineProperties(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • buildConfidentialPropsTable

      public static void buildConfidentialPropsTable(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • getLogicalJndiName

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