spring-framework / org.springframework.web.servlet.view / DefaultRequestToViewNameTranslator / setUrlPathHelper

setUrlPathHelper

open fun setUrlPathHelper(urlPathHelper: UrlPathHelper): Unit

Set the org.springframework.web.util.UrlPathHelper to use for the resolution of lookup paths.

Use this to override the default UrlPathHelper with a custom subclass, or to share common UrlPathHelper settings across multiple web components.