com.gwtplatform.dispatch.server.actionhandlervalidator
Interface LazyActionHandlerValidatorRegistry
- All Superinterfaces:
- ActionHandlerValidatorRegistry
public interface LazyActionHandlerValidatorRegistry
- extends ActionHandlerValidatorRegistry
- Author:
- Christian Goudreau
addActionHandlerValidatorClass
<A extends Action<R>,R extends Result> void addActionHandlerValidatorClass(Class<A> actionClass,
ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
- Registers the specified
ActionValidator
class with the registry.
- Type Parameters:
A
- Type of associated Action
R
- Type of associated Result
- Parameters:
actionClass
- The Action
classactionHandlerValidatorClass
- The ActionHandlerValidatorClass
removeActionHandlerValidatorClass
<A extends Action<R>,R extends Result> void removeActionHandlerValidatorClass(Class<A> actionClass,
ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
- Removes any registration of specified class, as well as any instances which
have been created.
- Type Parameters:
A
- Type of associated Action
R
- Type of associated Result
- Parameters:
actionClass
- The Action
classactionHandlerValidatorClass
- The ActionHandlerValidatorClass
class
Copyright © 2010-2012 ArcBees. All Rights Reserved.