Uses of Interface
org.shept.org.springframework.web.servlet.mvc.delegation.ComponentValidator

Packages that use ComponentValidator
org.shept.org.springframework.web.bind.support   
org.shept.org.springframework.web.servlet.mvc.delegation.configuration   
 

Uses of ComponentValidator in org.shept.org.springframework.web.bind.support
 

Fields in org.shept.org.springframework.web.bind.support declared as ComponentValidator
private  ComponentValidator DefaultComponentBindingInitializer.validator
           
 

Fields in org.shept.org.springframework.web.bind.support with type parameters of type ComponentValidator
private  Map<String,ComponentValidator> ComponentDataBinder.validatorsForPath
          Deprecated. 
 

Methods in org.shept.org.springframework.web.bind.support that return ComponentValidator
 ComponentValidator DefaultComponentBindingInitializer.getValidator()
           
 ComponentValidator ComponentDataBinder.getValidator(String path)
          Deprecated. 
 

Methods in org.shept.org.springframework.web.bind.support that return types with arguments of type ComponentValidator
 Map<String,ComponentValidator> ComponentDataBinder.getValidatorsForPath()
          Deprecated. 
 

Methods in org.shept.org.springframework.web.bind.support with parameters of type ComponentValidator
 void DefaultComponentBindingInitializer.setValidator(ComponentValidator validator)
           
 void ComponentDataBinder.setValidator(String path, ComponentValidator validator)
           
 

Method parameters in org.shept.org.springframework.web.bind.support with type arguments of type ComponentValidator
 void ComponentDataBinder.setValidatorsForPath(Map<String,ComponentValidator> validatorsForPath)
          Deprecated. 
 

Uses of ComponentValidator in org.shept.org.springframework.web.servlet.mvc.delegation.configuration
 

Fields in org.shept.org.springframework.web.servlet.mvc.delegation.configuration declared as ComponentValidator
private  ComponentValidator[] SegmentConfiguration.validators
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration that return ComponentValidator
 ComponentValidator[] SegmentConfiguration.getValidators()
           
 

Methods in org.shept.org.springframework.web.servlet.mvc.delegation.configuration with parameters of type ComponentValidator
 void SegmentConfiguration.setValidator(ComponentValidator validator)
           
 void SegmentConfiguration.setValidators(ComponentValidator[] validators)
           
 



Copyright © 2011. All Rights Reserved.