GWTP Dispatch Server Base 0.7-redhat-1

Uses of Interface
com.gwtplatform.dispatch.server.actionvalidator.ActionValidator

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 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 AbstractEagerActionHandlerValidatorRegistryImpl.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
           
 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 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 AbstractEagerActionHandlerValidatorRegistryImpl.findActionValidator(Class<? extends ActionValidator> actionValidatorClass)
           
 

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

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.