|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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)
|
int |
unregisterJSONWebServiceActions(String contextPath)
|
| Method Detail |
|---|
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)
int unregisterJSONWebServiceActions(String contextPath)
|
Liferay 6.2.0-ce-m5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||