|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSONWebServiceActionsManager
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)
|
Method Detail |
---|
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)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |