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 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.