Liferay 6.1.2-ce-ga3

com.liferay.portal.jsonwebservice
Class JSONWebServiceActionConfig

java.lang.Object
  extended by com.liferay.portal.jsonwebservice.JSONWebServiceActionConfig
All Implemented Interfaces:
JSONWebServiceActionMapping, Comparable<JSONWebServiceActionConfig>

public class JSONWebServiceActionConfig
extends Object
implements Comparable<JSONWebServiceActionConfig>, JSONWebServiceActionMapping


Constructor Summary
JSONWebServiceActionConfig(String contextPath, Class<?> actionClass, Method actionMethod, String path, String method)
           
 
Method Summary
 int compareTo(JSONWebServiceActionConfig jsonWebServiceActionConfig)
           
 Class<?> getActionClass()
           
 Method getActionMethod()
           
 String getContextPath()
           
 String getFullPath()
           
 String getMethod()
           
 MethodParameter[] getMethodParameters()
           
 String getPath()
           
 String getSignature()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSONWebServiceActionConfig

public JSONWebServiceActionConfig(String contextPath,
                                  Class<?> actionClass,
                                  Method actionMethod,
                                  String path,
                                  String method)
Method Detail

compareTo

public int compareTo(JSONWebServiceActionConfig jsonWebServiceActionConfig)
Specified by:
compareTo in interface Comparable<JSONWebServiceActionConfig>

getActionClass

public Class<?> getActionClass()
Specified by:
getActionClass in interface JSONWebServiceActionMapping

getActionMethod

public Method getActionMethod()
Specified by:
getActionMethod 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

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.2-ce-ga3