Liferay 6.0-ee-sp2

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 List<String[]> dumpMappings()
           
static JSONWebServiceActionsManager getJSONWebServiceActionsManager()
           
static JSONWebServiceAction lookup(javax.servlet.http.HttpServletRequest request)
           
static void registerJSONWebServiceAction(Class<?> actionClass, Method actionMethod, String path, String method)
           
 void setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)
           
 
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

dumpMappings

public static List<String[]> dumpMappings()

getJSONWebServiceActionsManager

public static JSONWebServiceActionsManager getJSONWebServiceActionsManager()

lookup

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

registerJSONWebServiceAction

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

setJSONWebServiceActionsManager

public void setJSONWebServiceActionsManager(JSONWebServiceActionsManager jsonWebServiceActionsManager)

Liferay 6.0-ee-sp2