Liferay 6.1.2-ce-ga3

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 servletContextPath)
           
 void registerJSONWebServiceAction(String servletContextPath, Class<?> actionClass, Method actionMethod, String path, String method)
           
 int unregisterJSONWebServiceActions(String servletContextPath)
           
 

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 servletContextPath)

registerJSONWebServiceAction

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

unregisterJSONWebServiceActions

int unregisterJSONWebServiceActions(String servletContextPath)

Liferay 6.1.2-ce-ga3