| Package | Description |
|---|---|
| org.springframework.web.servlet.config.annotation |
Annotation-based setup for Spring MVC.
|
| org.springframework.web.servlet.view |
Provides standard View and ViewResolver implementations,
including abstract base classes for custom implementations.
|
| Modifier and Type | Method and Description |
|---|---|
RequestToViewNameTranslator |
WebMvcConfigurationSupport.viewNameTranslator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestToViewNameTranslator
RequestToViewNameTranslator that simply transforms the URI of
the incoming request into a view name. |