org.glassfish.admingui.common.handlers
Class RestUtilHandlers
java.lang.Object
org.glassfish.admingui.common.handlers.RestUtilHandlers
public class RestUtilHandlers
- extends java.lang.Object
|
Method Summary |
static void |
callRestAndExtractMsgProps(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
static java.util.List<java.lang.String> |
getListFromMapKey(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
java.lang.String... ids)
|
static java.util.List<java.lang.String> |
getListFromPropertiesList(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> props)
|
static java.util.Map<java.lang.String,java.lang.String> |
getMapFromMapKey(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
java.lang.String... ids)
|
static void |
getMessageProps(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
static void |
getPropertiesList(com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx)
|
static void |
processProps(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx,
java.lang.String... ids)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestUtilHandlers
public RestUtilHandlers()
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 java.util.List<java.lang.String> getListFromPropertiesList(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> props)
processProps
public static void processProps(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
com.sun.jsftemplating.layout.descriptors.handler.HandlerContext handlerCtx,
java.lang.String... ids)
getListFromMapKey
public static java.util.List<java.lang.String> getListFromMapKey(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
java.lang.String... ids)
getMapFromMapKey
public static java.util.Map<java.lang.String,java.lang.String> getMapFromMapKey(java.util.List<java.util.Map<java.lang.String,java.lang.String>> props,
java.lang.String... ids)
Copyright © 2012 GlassFish Community. All Rights Reserved.