Package | Description |
---|---|
org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
org.springframework.web.servlet.mvc.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
AbstractController
Convenient superclass for controller implementations, using the Template
Method design pattern.
|
class |
AbstractFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
AbstractUrlViewController
Abstract base class for
Controllers that return a view name
based on the request URL. |
class |
AbstractWizardFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
BaseCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
CancellableFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
ParameterizableViewController
Trivial controller that always returns a named view.
|
class |
ServletForwardingController
Spring Controller implementation that forwards to a named servlet,
i.e.
|
class |
ServletWrappingController
Spring Controller implementation that wraps a servlet instance which it manages
internally.
|
class |
SimpleFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
class |
UrlFilenameViewController
Simple
Controller implementation that transforms the virtual
path of a URL into a view name and returns that view. |
Modifier and Type | Class and Description |
---|---|
class |
MultiActionController
Controller
implementation that allows multiple request types to be handled by the same
class. |
Copyright © 2015. All rights reserved.