Uses of Class
org.springframework.web.servlet.mvc.AbstractController
Package
Description
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
-
Uses of AbstractController in org.springframework.web.servlet.mvc
Modifier and TypeClassDescriptionclass
Abstract base class forControllers
that return a view name based on the request URL.class
Trivial controller that always returns a pre-configured view and optionally sets the response status code.class
Spring Controller implementation that forwards to a named servlet, i.e.class
Spring Controller implementation that wraps a servlet instance which it manages internally.class
SimpleController
implementation that transforms the virtual path of a URL into a view name and returns that view.