public interface ViewResolver
View
instance. The view name may
correspond to an HTML template or be generated dynamically.
The process of view resolution is driven through a ViewResolver-based
HandlerResultHandler
implementation called
ViewResolutionResultHandler
.
ViewResolutionResultHandler
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<View> |
resolveViewName(java.lang.String viewName,
java.util.Locale locale)
Resolve the view name to a View instance.
|
reactor.core.publisher.Mono<View> resolveViewName(java.lang.String viewName, java.util.Locale locale)
viewName
- the name of the view to resolvelocale
- the locale for the request