Uses of Interface
org.springframework.web.servlet.RequestToViewNameTranslator
Packages that use RequestToViewNameTranslator
Package
Description
Annotation-based setup for Spring MVC.
Provides standard View and ViewResolver implementations,
 including abstract base classes for custom implementations.
- 
Uses of RequestToViewNameTranslator in org.springframework.web.servlet.config.annotationMethods in org.springframework.web.servlet.config.annotation that return RequestToViewNameTranslator
- 
Uses of RequestToViewNameTranslator in org.springframework.web.servlet.viewClasses in org.springframework.web.servlet.view that implement RequestToViewNameTranslatorModifier and TypeClassDescriptionclassRequestToViewNameTranslatorthat simply transforms the URI of the incoming request into a view name.