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, including a utility class for easy invocation of binding and validation. 
 

Uses of FieldError in org.springframework.validation
 

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

Methods in org.springframework.validation with parameters of type FieldError
protected  boolean BindException.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(String field)
           
 



Copyright (C) 2003-2004 The Spring Framework Project.