Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.api.RegisteredAction

Packages that use RegisteredAction
com.softwarementors.extjs.djn.api   
com.softwarementors.extjs.djn.config   
 

Uses of RegisteredAction in com.softwarementors.extjs.djn.api
 

Methods in com.softwarementors.extjs.djn.api that return RegisteredAction
 RegisteredAction RegisteredApi.addAction(java.lang.Class<?> actionClass, java.lang.String name)
           
 RegisteredAction RegisteredMethod.getAction()
           
 RegisteredAction Registry.getAction(java.lang.String name)
           
 RegisteredAction RegisteredApi.getAction(java.lang.String name)
           
 

Methods in com.softwarementors.extjs.djn.api that return types with arguments of type RegisteredAction
 java.util.List<RegisteredAction> Registry.getActions()
           
 java.util.List<RegisteredAction> RegisteredApi.getActions()
           
 

Constructors in com.softwarementors.extjs.djn.api with parameters of type RegisteredAction
RegisteredMethod(RegisteredAction action, java.lang.reflect.Method method, java.lang.String name)
           
 

Uses of RegisteredAction in com.softwarementors.extjs.djn.config
 

Methods in com.softwarementors.extjs.djn.config with parameters of type RegisteredAction
static ApiConfigurationException ApiConfigurationException.forMethodCantBeStandardAndFormPostMethodAtTheSameTime(RegisteredAction action, java.lang.reflect.Method method)
           
static ApiConfigurationException ApiConfigurationException.forPollMethodCantBeStandardOrFormPostMethodAtTheSameTime(RegisteredAction action, java.lang.reflect.Method method)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres