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