Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
ActionHandlerValidatorRegistry.findActionHandlerValidator(A action)
Searches the registry and returns the
ActionValidator which supports the specified Action ,
or null if none is available. |
<A extends Action<R>,R extends Result> |
AbstractEagerActionHandlerValidatorRegistryImpl.findActionHandlerValidator(A action) |
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
EagerActionHandlerValidatorRegistry.addActionHandlerValidator(Class<A> actionClass,
ActionHandlerValidatorInstance actionHandlerValidatorInstance) |
<A extends Action<R>,R extends Result> |
AbstractEagerActionHandlerValidatorRegistryImpl.addActionHandlerValidator(Class<A> actionClass,
ActionHandlerValidatorInstance actionHandlerValidatorInstance) |
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
LazyActionHandlerValidatorRegistryImpl.findActionHandlerValidator(A action) |
Modifier and Type | Method and Description |
---|---|
<A extends Action<R>,R extends Result> |
LazyActionHandlerValidatorRegistryImpl.findActionHandlerValidator(A action) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.