Class RestUtilHandlers

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

public class RestUtilHandlers extends Object
  • Constructor Details

    • RestUtilHandlers

      public RestUtilHandlers()
  • Method Details

    • callRestAndExtractMsgProps

      public static void callRestAndExtractMsgProps(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • getMessageProps

      public static void getMessageProps(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • getPropertiesList

      public static void getPropertiesList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
    • getListFromPropertiesList

      public static List<String> getListFromPropertiesList(List<Map<String,Object>> props)
    • processProps

      public static void processProps(List<Map<String,String>> props, com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx, String... ids)
    • getListFromMapKey

      public static List<String> getListFromMapKey(List<Map<String,String>> props, String... ids)
    • getMapFromMapKey

      public static Map<String,String> getMapFromMapKey(List<Map<String,String>> props, String... ids)