| Package | Description | 
|---|---|
| org.springframework.web.servlet.mvc | Standard controller implementations for the Servlet MVC framework that comes with
 Spring. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractUrlViewControllerAbstract base class for  Controllersthat return a view name
 based on the request URL. | 
| class  | ParameterizableViewControllerTrivial controller that always returns a pre-configured view and optionally
 sets the response status code. | 
| class  | ServletForwardingControllerSpring Controller implementation that forwards to a named servlet,
 i.e. | 
| class  | ServletWrappingControllerSpring Controller implementation that wraps a servlet instance which it manages
 internally. | 
| class  | UrlFilenameViewControllerSimple  Controllerimplementation that transforms the virtual
 path of a URL into a view name and returns that view. |