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(String viewName,
Locale locale)
Resolve the view name to a View instance.
|