Class UrlBasedViewResolverRegistration
java.lang.Object
org.springframework.web.reactive.config.UrlBasedViewResolverRegistration
Assist with configuring properties of a 
UrlBasedViewResolver.- Since:
- 5.0
- Author:
- Rossen Stoyanchev
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected UrlBasedViewResolverSet the prefix that gets prepended to view names when building a URL.Set the suffix that gets appended to view names when building a URL.Set the view class that should be used to create views.Set the view names (or name patterns) that can be handled by this view resolver.
- 
Constructor Details- 
UrlBasedViewResolverRegistration
 
- 
- 
Method Details- 
prefixSet the prefix that gets prepended to view names when building a URL.
- 
suffixSet the suffix that gets appended to view names when building a URL.
- 
viewClassSet the view class that should be used to create views.
- 
viewNamesSet 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'.
- 
getViewResolver
 
-