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