Liferay 6.2-ce-ga5

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionsManager


public interface JSONWebServiceActionsManager


Method Summary
 Set<String> getContextPaths()
           
 JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
           
 JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request, String path, String method, Map<String,Object> parameters)
           
 JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)
           
 List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String contextPath)
           
 int getJSONWebServiceActionsCount(String contextPath)
           
 void registerJSONWebServiceAction(String contextPath, Class<?> actionClass, Method actionMethod, String path, String method)
           
 void registerJSONWebServiceAction(String contextPath, Object actionObject, Class<?> actionClass, Method actionMethod, String path, String method)
           
 int registerServletContext(javax.servlet.ServletContext servletContext)
           
 int registerServletContext(String contextPath)
           
 int unregisterJSONWebServiceActions(Object actionObject)
           
 int unregisterJSONWebServiceActions(String contextPath)
           
 int unregisterServletContext(javax.servlet.ServletContext servletContext)
           
 

Method Detail

getContextPaths

Set<String> getContextPaths()

getJSONWebServiceAction

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

getJSONWebServiceAction

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

getJSONWebServiceActionMapping

JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)

getJSONWebServiceActionMappings

List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String contextPath)

getJSONWebServiceActionsCount

int getJSONWebServiceActionsCount(String contextPath)

registerJSONWebServiceAction

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

registerJSONWebServiceAction

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

registerServletContext

int registerServletContext(javax.servlet.ServletContext servletContext)

registerServletContext

int registerServletContext(String contextPath)

unregisterJSONWebServiceActions

int unregisterJSONWebServiceActions(Object actionObject)

unregisterJSONWebServiceActions

int unregisterJSONWebServiceActions(String contextPath)

unregisterServletContext

int unregisterServletContext(javax.servlet.ServletContext servletContext)

Liferay 6.2-ce-ga5