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 |
RedirectView
View that redirects to an absolute or context relative URL.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractUrlBasedView |
UrlBasedViewResolver.createView(String viewName)
Creates a new View instance of the specified view class and configures it.
|
protected AbstractUrlBasedView |
UrlBasedViewResolver.instantiateView()
Instantiate the specified view class.
|
Modifier and Type | Method and Description |
---|---|
protected View |
UrlBasedViewResolver.applyLifecycleMethods(String viewName,
AbstractUrlBasedView view)
Apply the containing
ApplicationContext 's lifecycle methods
to the given View instance, if such a context is available. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerView
A
View implementation that uses the FreeMarker template engine. |
Modifier and Type | Method and Description |
---|---|
protected AbstractUrlBasedView |
FreeMarkerViewResolver.instantiateView() |
Modifier and Type | Class and Description |
---|---|
class |
ScriptTemplateView
An
AbstractUrlBasedView subclass designed to run any template library
based on a JSR-223 script engine. |
Modifier and Type | Method and Description |
---|---|
protected AbstractUrlBasedView |
ScriptTemplateViewResolver.instantiateView() |