Liferay 6.2.0-ce-m5

com.liferay.portal.kernel.jsonwebservice
Class JSONWebServiceActionsManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionsManagerUtil

public class JSONWebServiceActionsManagerUtil
extends Object


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

JSONWebServiceActionsManagerUtil

public JSONWebServiceActionsManagerUtil()
Method Detail

getContextPaths

public static Set<String> getContextPaths()

getJSONWebServiceAction

public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)

getJSONWebServiceAction

public static JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request,
                                                           String path,
                                                           String method,
                                                           Map<String,Object> parameterMap)

getJSONWebServiceActionMapping

public static JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)

getJSONWebServiceActionMappings

public static List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String contextPath)

getJSONWebServiceActionsManager

public static JSONWebServiceActionsManager getJSONWebServiceActionsManager()

getJSONWebServiceActionsCount

public static int getJSONWebServiceActionsCount(String contextPath)

registerJSONWebServiceAction

public static void registerJSONWebServiceAction(String contextPath,
                                                Class<?> actionClass,
                                                Method actionMethod,
                                                String path,
                                                String method)

unregisterJSONWebServiceActions

public static int unregisterJSONWebServiceActions(String contextPath)

setJSONWebServiceActionsManager

public void setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)

Liferay 6.2.0-ce-m5