Liferay 6.1.10-ee-ga1

com.liferay.portal.jsonwebservice
Class JSONWebServiceActionsManagerImpl

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONWebServiceActionsManagerImpl
All Implemented Interfaces:
JSONWebServiceActionsManager

public class JSONWebServiceActionsManagerImpl
extends Object
implements JSONWebServiceActionsManager


Constructor Summary
JSONWebServiceActionsManagerImpl()
           
 
Method Summary
 JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
           
 JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)
           
 List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String servletContextPath)
           
 void registerJSONWebServiceAction(String servletContextPath, Class<?> actionClass, Method actionMethod, String path, String method)
           
 int unregisterJSONWebServiceActions(String servletContextPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWebServiceActionsManagerImpl

public JSONWebServiceActionsManagerImpl()
Method Detail

getJSONWebServiceAction

public JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
Specified by:
getJSONWebServiceAction in interface JSONWebServiceActionsManager

getJSONWebServiceActionMapping

public JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)
Specified by:
getJSONWebServiceActionMapping in interface JSONWebServiceActionsManager

getJSONWebServiceActionMappings

public List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String servletContextPath)
Specified by:
getJSONWebServiceActionMappings in interface JSONWebServiceActionsManager

registerJSONWebServiceAction

public void registerJSONWebServiceAction(String servletContextPath,
                                         Class<?> actionClass,
                                         Method actionMethod,
                                         String path,
                                         String method)
Specified by:
registerJSONWebServiceAction in interface JSONWebServiceActionsManager

unregisterJSONWebServiceActions

public int unregisterJSONWebServiceActions(String servletContextPath)
Specified by:
unregisterJSONWebServiceActions in interface JSONWebServiceActionsManager

Liferay 6.1.10-ee-ga1