|
GWTP Dispatch Server Base 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionValidator | |
---|---|
com.gwtplatform.dispatch.server.actionhandlervalidator | |
com.gwtplatform.dispatch.server.actionvalidator |
Uses of ActionValidator in com.gwtplatform.dispatch.server.actionhandlervalidator |
---|
Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return ActionValidator | |
---|---|
ActionValidator |
AbstractEagerActionHandlerValidatorRegistryImpl.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
|
ActionValidator |
ActionHandlerValidatorRegistry.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
Searches the registry for already bound ActionValidator class and
return the instance or null if none is available. |
ActionValidator |
ActionHandlerValidatorInstance.getActionValidator()
|
Methods in com.gwtplatform.dispatch.server.actionhandlervalidator that return types with arguments of type ActionValidator | |
---|---|
Class<? extends ActionValidator> |
ActionHandlerValidatorClass.getActionValidatorClass()
|
Method parameters in com.gwtplatform.dispatch.server.actionhandlervalidator with type arguments of type ActionValidator | |
---|---|
ActionValidator |
AbstractEagerActionHandlerValidatorRegistryImpl.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
|
ActionValidator |
ActionHandlerValidatorRegistry.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
Searches the registry for already bound ActionValidator class and
return the instance or null if none is available. |
Constructors in com.gwtplatform.dispatch.server.actionhandlervalidator with parameters of type ActionValidator | |
---|---|
ActionHandlerValidatorInstance(ActionValidator actionValidator,
ActionHandler<?,?> actionHandler)
|
Constructor parameters in com.gwtplatform.dispatch.server.actionhandlervalidator with type arguments of type ActionValidator | |
---|---|
ActionHandlerValidatorClass(Class<? extends ActionHandler<A,R>> handlerClass,
Class<? extends ActionValidator> actionValidatorClass)
|
Uses of ActionValidator in com.gwtplatform.dispatch.server.actionvalidator |
---|
Classes in com.gwtplatform.dispatch.server.actionvalidator that implement ActionValidator | |
---|---|
class |
AbstractDefaultActionValidator
The default ActionValidator implementation. |
|
GWTP Dispatch Server Base 0.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |