Uses of Package
org.springframework.web.servlet.mvc
Package
Description
Annotation-based setup for Spring MVC.
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
-
ClassDescriptionAdapter to use the plain
HttpRequestHandler
interface with the genericDispatcherServlet
.Trivial controller that always returns a pre-configured view and optionally sets the response status code.Adapter to use the plainController
workflow interface with the genericDispatcherServlet
. -
ClassDescriptionConvenient superclass for controller implementations, using the Template Method design pattern.Abstract base class for
Controllers
that return a view name based on the request URL.Base Controller interface, representing a component that receivesHttpServletRequest
andHttpServletResponse
instances just like aHttpServlet
but is able to participate in an MVC workflow.