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