spring-framework / org.springframework.web.servlet.config.annotation / UrlBasedViewResolverRegistration / viewNames

viewNames

open fun viewNames(vararg viewNames: String): UrlBasedViewResolverRegistration

Set the view names (or name patterns) that can be handled by this view resolver. View names can contain simple wildcards such that 'my*', '*Report' and '*Repo*' will all match the view name 'myReport'.

See Also
org.springframework.web.servlet.view.UrlBasedViewResolver#setViewNames