Package | Description |
---|---|
org.springframework.web.reactive.result.view |
Support for result handling through view resolution.
|
org.springframework.web.reactive.result.view.freemarker |
Support classes for the integration of
FreeMarker
as Spring web view technology.
|
org.springframework.web.reactive.result.view.script |
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
UrlBasedViewResolver
A
ViewResolver that allows direct resolution of symbolic view names
to URLs without explicit mapping definitions. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerViewResolver
A
ViewResolver for resolving FreeMarkerView instances, i.e. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptTemplateViewResolver
Convenience subclass of
UrlBasedViewResolver that supports
ScriptTemplateView and custom subclasses of it. |