Uses of Class
org.springframework.validation.DataBinder

Packages that use DataBinder
org.springframework.web.bind Provides web-specific data binding functionality. 
org.springframework.web.bind.support Support classes for web data binding. 
org.springframework.web.portlet.bind Provides portlet-specific data binding functionality. 
 

Uses of DataBinder in org.springframework.web.bind
 

Subclasses of DataBinder in org.springframework.web.bind
 class ServletRequestDataBinder
          Special DataBinder to perform data binding from servlet request parameters to JavaBeans, including support for multipart files.
 class WebDataBinder
          Special DataBinder for data binding from web request parameters to JavaBean objects.
 

Uses of DataBinder in org.springframework.web.bind.support
 

Subclasses of DataBinder in org.springframework.web.bind.support
 class WebRequestDataBinder
          Special DataBinder to perform data binding from web request parameters to JavaBeans, including support for multipart files.
 

Uses of DataBinder in org.springframework.web.portlet.bind
 

Subclasses of DataBinder in org.springframework.web.portlet.bind
 class PortletRequestDataBinder
          Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
 



Copyright © 2002-2008 The Spring Framework.