com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionsManager


public interface JSONWebServiceActionsManager

Author:
Igor Spasic

Method Summary
 JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request)
           
 JSONWebServiceActionMapping getJSONWebServiceActionMapping(java.lang.String signature)
           
 java.util.List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(java.lang.String servletContextPath)
           
 void registerJSONWebServiceAction(java.lang.String servletContextPath, java.lang.Class<?> actionClass, java.lang.reflect.Method actionMethod, java.lang.String path, java.lang.String method)
           
 int unregisterJSONWebServiceActions(java.lang.String servletContextPath)
           
 

Method Detail

getJSONWebServiceAction

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

getJSONWebServiceActionMapping

JSONWebServiceActionMapping getJSONWebServiceActionMapping(java.lang.String signature)

getJSONWebServiceActionMappings

java.util.List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(java.lang.String servletContextPath)

registerJSONWebServiceAction

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

unregisterJSONWebServiceActions

int unregisterJSONWebServiceActions(java.lang.String servletContextPath)