ActionHandlerValidatorRegistry.@Deprecated public interface ActionHandlerValidatorRegistry
ActionValidator.| Modifier and Type | Method and Description |
|---|---|
void |
clearActionHandlerValidators()
Deprecated.
Clears all registered
ActionValidator from the registry. |
<A extends Action<R>,R extends Result> |
findActionHandlerValidator(A action)
Deprecated.
Searches the registry and returns the first
ActionValidator which
supports the specified Action , or null if none is
available. |
ActionValidator |
findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
Deprecated.
Searches the registry for already bound
ActionValidator
class and
return the instance or null if none is available. |
void clearActionHandlerValidators()
ActionValidator from the registry.<A extends Action<R>,R extends Result> ActionHandlerValidatorInstance findActionHandlerValidator(A action)
ActionValidator which
supports the specified Action , or null if none is
available.A - Type of associated ActionR - Type of associated Resultaction - The ActionActionValidatorActionValidator findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
ActionValidator
class and
return the instance or null if none is available.actionValidatorClass - The ActionCopyright © 2010–2014 Arcbees. All rights reserved.