Uses of Interface
org.codehaus.waffle.validation.Validator

Packages that use Validator
org.codehaus.waffle   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.servlet   
org.codehaus.waffle.validation   
 

Uses of Validator in org.codehaus.waffle
 

Methods in org.codehaus.waffle that return Validator
 Validator ComponentRegistry.getValidator()
           
 

Uses of Validator in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that return Validator
 Validator PicoComponentRegistry.getValidator()
           
 

Uses of Validator in org.codehaus.waffle.servlet
 

Constructors in org.codehaus.waffle.servlet with parameters of type Validator
WaffleServlet(ActionMethodExecutor actionMethodExecutor, ActionMethodResponseHandler actionMethodResponseHandler, ServletMonitor servletMonitor, DataBinder dataBinder, RequestAttributeBinder requestAttributeBinder, ControllerDefinitionFactory controllerDefinitionFactory, Validator validator)
          Constructor required by builder and useful for testing
 

Uses of Validator in org.codehaus.waffle.validation
 

Classes in org.codehaus.waffle.validation that implement Validator
 class DefaultValidator
          Default implementation of Validator
 



Copyright © 2008. All Rights Reserved.