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 RegisteredMethod.getAction()
           
 RegisteredAction Registry.getAction(java.lang.String actionName)
           
 

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()
           
 

Constructor parameters in com.softwarementors.extjs.djn.api with type arguments of type RegisteredAction
RegisteredApi(java.lang.String fullApiFileName, java.lang.String apiNamespace, java.util.List<RegisteredAction> actions, java.lang.String actionsNamespace, java.util.List<RegisteredPollMethod> pollMethods)
           
 

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

Methods in com.softwarementors.extjs.djn.config with parameters of type RegisteredAction
static ApiConfigurationException ApiConfigurationException.forActionAlreadyRegistered(RegisteredAction action, java.lang.Class<?> registeredActionClass)
           
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