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 Action
R
- Type of associated Result
action
- The Action
ActionValidator
ActionValidator findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
ActionValidator
class and return the instance or
null
if none is available.actionValidatorClass
- The Action
Copyright © 2010-2014 ArcBees. All Rights Reserved.