com.liferay.portal.kernel.jsonwebservice
Interface JSONWebServiceActionMapping


public interface JSONWebServiceActionMapping

Author:
Igor Spasic

Method Summary
 java.lang.Class<?> getActionClass()
           
 java.lang.reflect.Method getActionMethod()
           
 java.lang.String getMethod()
           
 MethodParameter[] getMethodParameters()
           
 java.lang.String getPath()
           
 java.lang.String getServletContextPath()
           
 java.lang.String getSignature()
           
 

Method Detail

getActionClass

java.lang.Class<?> getActionClass()

getActionMethod

java.lang.reflect.Method getActionMethod()

getMethod

java.lang.String getMethod()

getMethodParameters

MethodParameter[] getMethodParameters()

getPath

java.lang.String getPath()

getServletContextPath

java.lang.String getServletContextPath()

getSignature

java.lang.String getSignature()