Interface JSONWebServiceActionMapping
public interface JSONWebServiceActionMapping
-
Method Details
-
getActionClass
Class<?> getActionClass() -
getActionMethod
Method getActionMethod() -
getActionObject
Object getActionObject() -
getContextName
String getContextName() -
getContextPath
String getContextPath() -
getMethod
String getMethod() -
getMethodParameters
com.liferay.portal.kernel.util.MethodParameter[] getMethodParameters() -
getPath
String getPath() -
getRealActionMethod
Method getRealActionMethod() -
getSignature
String getSignature() -
isDeprecated
boolean isDeprecated()
-