| Package | Description |
|---|---|
| org.springframework.web.reactive.config |
Spring WebFlux configuration infrastructure.
|
| 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 | Method and Description |
|---|---|
protected UrlBasedViewResolver |
UrlBasedViewResolverRegistration.getViewResolver() |
| Constructor and Description |
|---|
UrlBasedViewResolverRegistration(UrlBasedViewResolver viewResolver) |
| 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. |