The Spring Framework

Uses of Class
org.springframework.validation.FieldError

Packages that use FieldError
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
org.springframework.web.bind Provides web-specific data binding functionality. 
 

Uses of FieldError in org.springframework.validation
 

Methods in org.springframework.validation that return FieldError
 FieldError Errors.getFieldError()
          Get the first error associated with a field, if any.
 FieldError BindException.getFieldError()
           
 FieldError AbstractBindingResult.getFieldError()
           
 FieldError Errors.getFieldError(String field)
          Get the first error associated with the given field, if any.
 FieldError BindException.getFieldError(String field)
           
 FieldError AbstractBindingResult.getFieldError(String field)
           
 

Methods in org.springframework.validation with parameters of type FieldError
protected  boolean AbstractBindingResult.isMatchingFieldError(String field, FieldError fieldError)
          Check whether the given FieldError matches the given field.
 

Uses of FieldError in org.springframework.web.bind
 

Methods in org.springframework.web.bind that return FieldError
 FieldError EscapedErrors.getFieldError()
           
 FieldError EscapedErrors.getFieldError(String field)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.