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()
getRegistry
public Registry getRegistry()
addPollMethod
public RegisteredPollMethod addPollMethod(java.lang.String name,
java.lang.reflect.Method method)
getPollMethod
public RegisteredPollMethod getPollMethod(java.lang.String eventName)
getPollMethods
public java.util.List<RegisteredPollMethod> getPollMethods()
addStandardMethod
public RegisteredStandardMethod addStandardMethod(java.lang.String name,
java.lang.reflect.Method method,
boolean formHandler)
getStandardMethod
public RegisteredStandardMethod getStandardMethod(java.lang.String methodName)
hasStandardMethod
public boolean hasStandardMethod(java.lang.String method)
getStandardMethods
public java.util.List<RegisteredStandardMethod> getStandardMethods()
getActionClass
public java.lang.Class<?> getActionClass()
getName
public java.lang.String getName()
getFullJavaClassName
public java.lang.String getFullJavaClassName()