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