class | AbstractController | Convenient superclass for controller implementations, using the Template Method design pattern. |
---|
class | AbstractUrlViewController | Abstract base class for Controllers that return a view name based on the request URL. |
---|
class | ParameterizableViewController | Trivial controller that always returns a pre-configured view and optionally sets the response status code. |
---|
class | ServletForwardingController | Spring Controller implementation that forwards to a named servlet, i.e. the "servlet-name" in web.xml rather than a URL path mapping. |
---|
class | ServletWrappingController | Spring Controller implementation that wraps a servlet instance which it manages internally. |
---|
class | UrlFilenameViewController | Simple Controller implementation that transforms the virtual path of a URL into a view name and returns that view. |
---|