public class JSONWebServiceActionConfig extends Object implements Comparable<JSONWebServiceActionConfig>, com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMapping
| Constructor and Description |
|---|
JSONWebServiceActionConfig(String contextName,
String contextPath,
Class<?> actionClass,
Method actionMethod,
String path,
String method) |
JSONWebServiceActionConfig(String contextName,
String contextPath,
Object actionObject,
Class<?> actionClass,
Method actionMethod,
String path,
String method) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JSONWebServiceActionConfig jsonWebServiceActionConfig) |
boolean |
equals(Object object) |
Class<?> |
getActionClass() |
Method |
getActionMethod() |
Object |
getActionObject() |
String |
getContextName() |
String |
getContextPath() |
String |
getMethod() |
com.liferay.portal.kernel.util.MethodParameter[] |
getMethodParameters() |
String |
getPath() |
Method |
getRealActionMethod() |
String |
getSignature() |
int |
hashCode() |
boolean |
isDeprecated() |
String |
toString() |
public JSONWebServiceActionConfig(String contextName, String contextPath, Class<?> actionClass, Method actionMethod, String path, String method)
public int compareTo(JSONWebServiceActionConfig jsonWebServiceActionConfig)
compareTo in interface Comparable<JSONWebServiceActionConfig>public Class<?> getActionClass()
getActionClass in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic Method getActionMethod()
getActionMethod in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic Object getActionObject()
getActionObject in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic String getContextName()
getContextName in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic String getContextPath()
getContextPath in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic String getMethod()
getMethod in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic com.liferay.portal.kernel.util.MethodParameter[] getMethodParameters()
getMethodParameters in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic String getPath()
getPath in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic Method getRealActionMethod()
getRealActionMethod in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic String getSignature()
getSignature in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMappingpublic boolean isDeprecated()
isDeprecated in interface com.liferay.portal.kernel.jsonwebservice.JSONWebServiceActionMapping