| Package | Description |
|---|---|
| org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
| 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.
|
| Class and Description |
|---|
| HttpRequestHandlerAdapter
Adapter to use the plain
HttpRequestHandler
interface with the generic DispatcherServlet. |
| SimpleControllerHandlerAdapter
Adapter to use the plain
Controller workflow interface with
the generic DispatcherServlet. |
| Class and Description |
|---|
| AbstractController
Convenient superclass for controller implementations, using the Template
Method design pattern.
|
| AbstractFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
| AbstractUrlViewController
Abstract base class for
Controllers that return a view name
based on the request URL. |
| BaseCommandController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
| Controller
Base Controller interface, representing a component that receives
HttpServletRequest and HttpServletResponse
instances just like a HttpServlet but is able to
participate in an MVC workflow. |
| SimpleFormController
Deprecated.
as of Spring 3.0, in favor of annotated controllers
|
| Class and Description |
|---|
| AbstractController
Convenient superclass for controller implementations, using the Template
Method design pattern.
|
| Controller
Base Controller interface, representing a component that receives
HttpServletRequest and HttpServletResponse
instances just like a HttpServlet but is able to
participate in an MVC workflow. |
| LastModified
Supports last-modified HTTP requests to facilitate content caching.
|
Copyright © 2015. All rights reserved.