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