Generated by
JDiff

Package org.springframework.web.portlet.mvc

Removed Classes
AbstractCommandController

Abstract base class for custom command controllers.

AbstractFormController

Form controller that auto-populates a form bean from the request.

AbstractWizardFormController Form controller for typical wizard-style workflows.
BaseCommandController

Controller implementation which creates an object (the command object) on receipt of a request and attempts to populate this object with request parameters.

SimpleFormController

Concrete FormController implementation that provides configurable form and success views, and an onSubmit chain for convenient overriding.

 

Changed Classes
PortletWrappingController Controller implementation that wraps a portlet instance which it manages internally.