Uses of Interface
org.springframework.web.servlet.RequestToViewNameTranslator
Packages that use RequestToViewNameTranslator Package Description org.springframework.web.servlet.view Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.Uses of RequestToViewNameTranslator in org.springframework.web.servlet.view
Classes in org.springframework.web.servlet.view that implement RequestToViewNameTranslator Modifier and Type Class Description class
DefaultRequestToViewNameTranslator
RequestToViewNameTranslator
that simply transforms the URI of the incoming request into a view name.