Uses of Interface
org.springframework.web.servlet.mvc.Controller
Packages that use Controller
Package
Description
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
-
Uses of Controller in org.springframework.web.servlet.mvc
Classes in org.springframework.web.servlet.mvc that implement ControllerModifier and TypeClassDescriptionclassConvenient superclass for controller implementations, using the Template Method design pattern.classAbstract base class forControllersthat return a view name based on the request URL.classTrivial controller that always returns a pre-configured view and optionally sets the response status code.classSpring Controller implementation that forwards to a named servlet, i.e.classSpring Controller implementation that wraps a servlet instance which it manages internally.classSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.