GWTP Dispatch Server Base 0.6-redhat-2

Uses of Class
com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance

Packages that use ActionHandlerValidatorInstance
com.gwtplatform.dispatch.server.actionhandlervalidator   
 

Uses of ActionHandlerValidatorInstance in com.gwtplatform.dispatch.server.actionhandlervalidator
 

Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return ActionHandlerValidatorInstance
<A extends Action<R>,R extends Result>
ActionHandlerValidatorInstance
AbstractEagerActionHandlerValidatorRegistryImpl.findActionHandlerValidator(A action)
           
<A extends Action<R>,R extends Result>
ActionHandlerValidatorInstance
ActionHandlerValidatorRegistry.findActionHandlerValidator(A action)
          Searches the registry and returns the first ActionValidator which supports the specified Action , or null if none is available.
 

Methods in com.gwtplatform.dispatch.server.actionhandlervalidator with parameters of type ActionHandlerValidatorInstance
<A extends Action<R>,R extends Result>
void
AbstractEagerActionHandlerValidatorRegistryImpl.addActionHandlerValidator(Class<A> actionClass, ActionHandlerValidatorInstance actionHandlerValidatorInstance)
           
<A extends Action<R>,R extends Result>
void
EagerActionHandlerValidatorRegistry.addActionHandlerValidator(Class<A> actionClass, ActionHandlerValidatorInstance actionHandlerValidatorInstance)
           
 


GWTP Dispatch Server Base 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.