
public interface ActionHandlerValidatorRegistry
ActionValidator.| Modifier and Type | Method and Description |
|---|---|
void |
clearActionHandlerValidators()
Clears all registered
ActionValidator from the registry. |
<A extends Action<R>,R extends Result> |
findActionHandlerValidator(A action)
Searches the registry and returns the
ActionValidator which supports the specified Action,
or null if none is available. |
ActionValidator |
findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
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.