com.softwarementors.extjs.djn.api
Class RegisteredMethod
java.lang.Object
com.softwarementors.extjs.djn.api.RegisteredMethod
public class RegisteredMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAction
public RegisteredAction getAction()
getName
public java.lang.String getName()
getMethod
public java.lang.reflect.Method getMethod()
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
getParameterCount
public int getParameterCount()
getReturnType
public java.lang.Class<?> getReturnType()
getFormHandler
public boolean getFormHandler()
getActionName
public java.lang.String getActionName()
getFullName
public java.lang.String getFullName()
getActionClass
public java.lang.Class<?> getActionClass()
getClientParameterCount
public int getClientParameterCount()
getHandleDataAsJsonArray
public boolean getHandleDataAsJsonArray()