Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected PortletRequestDataBinder |
BaseCommandController.bindAndValidate(javax.portlet.PortletRequest request,
Object command)
Deprecated.
Bind the parameters of the given request to the given command object.
|
protected PortletRequestDataBinder |
BaseCommandController.createBinder(javax.portlet.PortletRequest request,
Object command)
Deprecated.
Create a new binder instance for the given command and request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseCommandController.initBinder(javax.portlet.PortletRequest request,
PortletRequestDataBinder binder)
Deprecated.
Initialize the given binder instance, for example with custom editors.
|
protected void |
BaseCommandController.prepareBinder(PortletRequestDataBinder binder)
Deprecated.
Prepare the given binder, applying the specified MessageCodesResolver,
BindingErrorProcessor and PropertyEditorRegistrars (if any).
|
Modifier and Type | Method and Description |
---|---|
protected PortletRequestDataBinder |
AnnotationMethodHandlerAdapter.createBinder(javax.portlet.PortletRequest request,
Object target,
String objectName)
Template method for creating a new PortletRequestDataBinder instance.
|
Copyright © 2015. All rights reserved.