The Spring Framework

Uses of Class
org.springframework.web.portlet.bind.PortletRequestDataBinder

Packages that use PortletRequestDataBinder
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
 

Uses of PortletRequestDataBinder in org.springframework.web.portlet.mvc
 

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

Methods in org.springframework.web.portlet.mvc with parameters of type PortletRequestDataBinder
protected  void BaseCommandController.initBinder(PortletRequest request, PortletRequestDataBinder binder)
          Initialize the given binder instance, for example with custom editors.
protected  void BaseCommandController.prepareBinder(PortletRequestDataBinder binder)
          Prepare the given binder, applying the specified MessageCodesResolver, BindingErrorProcessor and PropertyEditorRegistrars (if any).
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.