Uses of Class
org.springframework.web.bind.ServletRequestDataBinder

Packages that use ServletRequestDataBinder
org.springframework.web.bind Provides web-specific data binding functionality, including a utility class for easy invocation of binding and validation. 
org.springframework.web.servlet.mvc Standard controller implementations for the MVC framework that comes with Spring.  
 

Uses of ServletRequestDataBinder in org.springframework.web.bind
 

Methods in org.springframework.web.bind with parameters of type ServletRequestDataBinder
 void BindInitializer.initBinder(ServletRequest request, ServletRequestDataBinder binder)
          Initialize the given binder instance, e.g. with custom editors.
 

Uses of ServletRequestDataBinder in org.springframework.web.servlet.mvc
 

Methods in org.springframework.web.servlet.mvc that return ServletRequestDataBinder
protected  ServletRequestDataBinder BaseCommandController.bindAndValidate(HttpServletRequest request, Object command)
          Bind the parameters of the given request to the given command object.
protected  ServletRequestDataBinder BaseCommandController.createBinder(HttpServletRequest request, Object command)
          Create a new binder instance for the given command and request.
 

Methods in org.springframework.web.servlet.mvc with parameters of type ServletRequestDataBinder
protected  void BaseCommandController.initBinder(HttpServletRequest request, ServletRequestDataBinder binder)
          Initialize the given binder instance, for example with custom editors.
 



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