All Methods Static Methods Instance Methods Concrete Methods
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) |