|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionHandlerValidatorRegistry
Registry definition for ActionValidator
.
Method Summary | ||
---|---|---|
void |
clearActionHandlerValidators()
Clears all registered ActionValidator from the registry. |
|
|
findActionHandlerValidator(A action)
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)
Searches the registry for already bound ActionValidator class and
return the instance or null if none is available. |
Method Detail |
---|
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
|
GWTP Dispatch Server Base 0.7-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |