public class JSONWebServiceActionsManagerUtil
extends java.lang.Object
Constructor and Description |
---|
JSONWebServiceActionsManagerUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
getContextNames() |
static JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request) |
static JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request,
java.lang.String path,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.Object> parameterMap) |
static JSONWebServiceActionMapping |
getJSONWebServiceActionMapping(java.lang.String signature) |
static java.util.List<JSONWebServiceActionMapping> |
getJSONWebServiceActionMappings(java.lang.String contextName) |
static int |
getJSONWebServiceActionsCount(java.lang.String contextName) |
static JSONWebServiceActionsManager |
getJSONWebServiceActionsManager() |
static JSONWebServiceNaming |
getJSONWebServiceNaming() |
static void |
registerJSONWebServiceAction(java.lang.String contextName,
java.lang.String contextPath,
java.lang.Class<?> actionClass,
java.lang.reflect.Method actionMethod,
java.lang.String path,
java.lang.String method) |
static void |
registerJSONWebServiceAction(java.lang.String contextName,
java.lang.String contextPath,
java.lang.Object actionObject,
java.lang.Class<?> actionClass,
java.lang.reflect.Method actionMethod,
java.lang.String path,
java.lang.String method) |
static int |
registerServletContext(javax.servlet.ServletContext servletContext) |
void |
setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager) |
static int |
unregisterJSONWebServiceActions(java.lang.Object actionObject) |
static int |
unregisterJSONWebServiceActions(java.lang.String contextPath) |
static int |
unregisterServletContext(javax.servlet.ServletContext servletContext) |
public static java.util.Set<java.lang.String> getContextNames()
public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request) throws NoSuchJSONWebServiceException
NoSuchJSONWebServiceException
public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request, java.lang.String path, java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> parameterMap) throws NoSuchJSONWebServiceException
NoSuchJSONWebServiceException
public static JSONWebServiceActionMapping getJSONWebServiceActionMapping(java.lang.String signature)
public static java.util.List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(java.lang.String contextName)
public static int getJSONWebServiceActionsCount(java.lang.String contextName)
public static JSONWebServiceActionsManager getJSONWebServiceActionsManager()
public static JSONWebServiceNaming getJSONWebServiceNaming()
public static void registerJSONWebServiceAction(java.lang.String contextName, java.lang.String contextPath, java.lang.Class<?> actionClass, java.lang.reflect.Method actionMethod, java.lang.String path, java.lang.String method)
public static void registerJSONWebServiceAction(java.lang.String contextName, java.lang.String contextPath, java.lang.Object actionObject, java.lang.Class<?> actionClass, java.lang.reflect.Method actionMethod, java.lang.String path, java.lang.String method)
public static int registerServletContext(javax.servlet.ServletContext servletContext)
public static int unregisterJSONWebServiceActions(java.lang.Object actionObject)
public static int unregisterJSONWebServiceActions(java.lang.String contextPath)
public static int unregisterServletContext(javax.servlet.ServletContext servletContext)
public void setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)