com.liferay.portal.jsonwebservice
Class JSONWebServiceActionConfig
java.lang.Object
com.liferay.portal.jsonwebservice.JSONWebServiceActionConfig
- All Implemented Interfaces:
- JSONWebServiceActionMapping, Comparable<JSONWebServiceActionConfig>
public class JSONWebServiceActionConfig
- extends Object
- implements Comparable<JSONWebServiceActionConfig>, JSONWebServiceActionMapping
JSONWebServiceActionConfig
public JSONWebServiceActionConfig(String contextPath,
Class<?> actionClass,
Method actionMethod,
String path,
String method)
JSONWebServiceActionConfig
public JSONWebServiceActionConfig(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 JSONWebServiceActionMapping
getActionMethod
public Method getActionMethod()
- Specified by:
getActionMethod
in interface JSONWebServiceActionMapping
getActionObject
public Object getActionObject()
- Specified by:
getActionObject
in interface JSONWebServiceActionMapping
getContextPath
public String getContextPath()
- Specified by:
getContextPath
in interface JSONWebServiceActionMapping
getFullPath
public String getFullPath()
getMethod
public String getMethod()
- Specified by:
getMethod
in interface JSONWebServiceActionMapping
getMethodParameters
public MethodParameter[] getMethodParameters()
- Specified by:
getMethodParameters
in interface JSONWebServiceActionMapping
getPath
public String getPath()
- Specified by:
getPath
in interface JSONWebServiceActionMapping
getSignature
public String getSignature()
- Specified by:
getSignature
in interface JSONWebServiceActionMapping
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object