Uses of Class
net.sf.springlayout.web.validator.NestedPathResolver

Packages that use NestedPathResolver
net.sf.springlayout.web.layout   
 

Uses of NestedPathResolver in net.sf.springlayout.web.layout
 

Methods in net.sf.springlayout.web.layout with parameters of type NestedPathResolver
 void LayoutFieldDefinition.validate(javax.servlet.http.HttpServletRequest request, NestedPathResolver resolver, org.springframework.beans.BeanWrapper wrapper, org.springframework.validation.Errors errors)
          Validates a field based on whether it is mandatory, and then iterates through any custom validators defined for the field.
 void FieldDefinition.validate(javax.servlet.http.HttpServletRequest request, NestedPathResolver resolver, org.springframework.beans.BeanWrapper wrapper, org.springframework.validation.Errors errors)
          Calls validate on all validation rules associated with this fieldDefinition.
 



Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.