Liferay 6.0-ee-sp2

com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionsManager


public interface JSONWebServiceActionsManager


Method Summary
 List<String[]> dumpMappings()
           
 JSONWebServiceAction lookup(javax.servlet.http.HttpServletRequest request)
           
 void registerJSONWebServiceAction(Class<?> actionClass, Method actionMethod, String path, String method)
           
 

Method Detail

dumpMappings

List<String[]> dumpMappings()

lookup

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

registerJSONWebServiceAction

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

Liferay 6.0-ee-sp2