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