GWTP Dispatch Server Base 0.6-redhat-1

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

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

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

Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return ActionHandlerValidatorClass
 ActionHandlerValidatorClass<A,R> ActionHandlerValidatorMapImpl.getActionHandlerValidatorClass()
           
 ActionHandlerValidatorClass<A,R> ActionHandlerValidatorMap.getActionHandlerValidatorClass()
           
 

Methods in com.gwtplatform.dispatch.server.actionhandlervalidator with parameters of type ActionHandlerValidatorClass
<A extends Action<R>,R extends Result>
void
LazyActionHandlerValidatorRegistry.addActionHandlerValidatorClass(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
          Registers the specified ActionValidator class with the registry.
<A extends Action<R>,R extends Result>
void
LazyActionHandlerValidatorRegistry.removeActionHandlerValidatorClass(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
          Removes any registration of specified class, as well as any instances which have been created.
 

Constructors in com.gwtplatform.dispatch.server.actionhandlervalidator with parameters of type ActionHandlerValidatorClass
ActionHandlerValidatorMapImpl(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
           
 


GWTP Dispatch Server Base 0.6-redhat-1

Copyright © 2010-2012 ArcBees. All Rights Reserved.