com.softwarementors.extjs.djn.api
Class RegisteredAction
java.lang.Object
com.softwarementors.extjs.djn.api.RegisteredAction
public class RegisteredAction
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME_PROPERTY
public static final java.lang.String NAME_PROPERTY
- See Also:
- Constant Field Values
getApi
public RegisteredApi getApi()
addMethod
public RegisteredMethod addMethod(java.lang.String name,
java.lang.reflect.Method method,
boolean formHandler)
getMethod
public RegisteredMethod getMethod(java.lang.String methodName)
hasMethod
public boolean hasMethod(java.lang.String method)
getMethods
public java.util.List<RegisteredMethod> getMethods()
getActionClass
public java.lang.Class<?> getActionClass()
getName
public java.lang.String getName()