LazyActionHandlerValidatorRegistry
.@Deprecated public interface LazyActionHandlerValidatorRegistry extends ActionHandlerValidatorRegistry
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
addActionHandlerValidatorClass(Class<A> actionClass,
ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
Deprecated.
Registers the specified
ActionValidator
class with the registry. |
<A extends Action<R>,R extends Result> |
removeActionHandlerValidatorClass(Class<A> actionClass,
ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
Deprecated.
Removes any registration of specified class, as well as any instances which
have been created.
|
clearActionHandlerValidators, findActionHandlerValidator, findActionValidator
<A extends Action<R>,R extends Result> void addActionHandlerValidatorClass(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
ActionValidator
class with the registry.A
- Type of associated Action
R
- Type of associated Result
actionClass
- The Action
classactionHandlerValidatorClass
- The ActionHandlerValidatorClass
<A extends Action<R>,R extends Result> void removeActionHandlerValidatorClass(Class<A> actionClass, ActionHandlerValidatorClass<A,R> actionHandlerValidatorClass)
A
- Type of associated Action
R
- Type of associated Result
actionClass
- The Action
classactionHandlerValidatorClass
- The ActionHandlerValidatorClass
classCopyright © 2010–2014 Arcbees. All rights reserved.