Uses of Class
org.springframework.validation.ObjectError

Packages that use ObjectError
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 ObjectError in org.springframework.validation
 

Subclasses of ObjectError in org.springframework.validation
 class FieldError
          Encapsulates a field error, i.e.
 

Methods in org.springframework.validation that return ObjectError
 ObjectError Errors.getGlobalError()
          Get the first global error, if any.
 ObjectError BindException.getGlobalError()
           
 

Uses of ObjectError in org.springframework.web.bind
 

Methods in org.springframework.web.bind that return ObjectError
 ObjectError EscapedErrors.getGlobalError()
           
 



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