| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortletRequestDataBinder | |
|---|---|
| org.springframework.web.portlet.mvc | Standard controller implementations for the portlet MVC framework that comes with Spring. | 
| org.springframework.web.portlet.mvc.annotation | Support package for annotation-based Portlet MVC controllers. | 
| Uses of PortletRequestDataBinder in org.springframework.web.portlet.mvc | 
|---|
| Methods in org.springframework.web.portlet.mvc that return PortletRequestDataBinder | |
|---|---|
| protected  PortletRequestDataBinder | BaseCommandController.bindAndValidate(javax.portlet.PortletRequest request,
                Object command)Bind the parameters of the given request to the given command object. | 
| protected  PortletRequestDataBinder | BaseCommandController.createBinder(javax.portlet.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(javax.portlet.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). | 
| Uses of PortletRequestDataBinder in org.springframework.web.portlet.mvc.annotation | 
|---|
| Methods in org.springframework.web.portlet.mvc.annotation that return PortletRequestDataBinder | |
|---|---|
| protected  PortletRequestDataBinder | AnnotationMethodHandlerAdapter.createBinder(javax.portlet.PortletRequest request,
             Object target,
             String objectName)Template method for creating a new PortletRequestDataBinder instance. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||