站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.validation.FieldError (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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 Errors.getFieldError(String field)
          Get the first error associated with the given field, if any.
 FieldError BindException.getFieldError(String field)
           
 

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) 2002-2007 The Spring Framework Project.