|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionsManagerUtil
public class JSONWebServiceActionsManagerUtil
| Constructor Summary | |
|---|---|
JSONWebServiceActionsManagerUtil()
|
|
| Method Summary | |
|---|---|
static Set<String> |
getContextPaths()
|
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 contextPath)
|
static int |
getJSONWebServiceActionsCount(String contextPath)
|
static JSONWebServiceActionsManager |
getJSONWebServiceActionsManager()
|
static void |
registerJSONWebServiceAction(String contextPath,
Class<?> actionClass,
Method actionMethod,
String path,
String method)
|
void |
setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)
|
static int |
unregisterJSONWebServiceActions(String contextPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONWebServiceActionsManagerUtil()
| Method Detail |
|---|
public static Set<String> getContextPaths()
public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request,
String path,
String method,
Map<String,Object> parameterMap)
public static JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)
public static List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String contextPath)
public static JSONWebServiceActionsManager getJSONWebServiceActionsManager()
public static int getJSONWebServiceActionsCount(String contextPath)
public static void registerJSONWebServiceAction(String contextPath,
Class<?> actionClass,
Method actionMethod,
String path,
String method)
public static int unregisterJSONWebServiceActions(String contextPath)
public void setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||