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

Uses of Interface org.springframework.web.bind.BindInitializer (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.web.bind.BindInitializer

Packages that use BindInitializer
org.springframework.web.bind Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. 
 

Uses of BindInitializer in org.springframework.web.bind
 

Methods in org.springframework.web.bind with parameters of type BindInitializer
static BindException BindUtils.bind(ServletRequest request, Object object, String objectName, BindInitializer initializer)
          Deprecated. Bind the parameters from the given request to the given object, allowing for optional custom editors set in an bind initializer.
static BindException BindUtils.bindAndValidate(ServletRequest request, Object object, String objectName, Validator validator, BindInitializer initializer)
          Deprecated. Bind the parameters from the given request to the given object, invoking the given validator, and allowing for optional custom editors set in an bind initializer.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.