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