GWTP Dispatch Server Base 0.7-redhat-1

com.gwtplatform.dispatch.server.actionhandlervalidator
Interface LazyActionHandlerValidatorRegistry

All Superinterfaces:
ActionHandlerValidatorRegistry

public interface LazyActionHandlerValidatorRegistry
extends ActionHandlerValidatorRegistry

Author:
Christian Goudreau

Method Summary
<A extends Action<R>,R extends Result>
void
addActionHandlerValidatorClass(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
          Registers the specified ActionValidator class with the registry.
<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.
 
Methods inherited from interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorRegistry
clearActionHandlerValidators, findActionHandlerValidator, findActionValidator
 

Method Detail

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 class
actionHandlerValidatorClass - 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 class
actionHandlerValidatorClass - The ActionHandlerValidatorClass class

GWTP Dispatch Server Base 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.