Generated by
JDiff

Package org.springframework.web.servlet.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.

CancellableFormController

Extension of {@code SimpleFormController} that supports "cancellation" of form processing.

SimpleFormController

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

 

Changed Classes
ServletWrappingController Spring Controller implementation that wraps a servlet instance which it manages internally.