Uses of Class
org.springframework.web.reactive.result.view.AbstractUrlBasedView
Package
Description
Support for result handling through view resolution.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for views based on the JSR-223 script engine abstraction
(as included in Java 6+), e.g.
-
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view
Modifier and TypeClassDescriptionclass
View that redirects to an absolute or context relative URL.Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected View
UrlBasedViewResolver.applyLifecycleMethods
(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext
's lifecycle methods to the givenView
instance, if such a context is available. -
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclass
AView
implementation that uses the FreeMarker template engine.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
FreeMarkerViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.script
Modifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.Modifier and TypeMethodDescriptionprotected AbstractUrlBasedView
ScriptTemplateViewResolver.instantiateView()