Uses of Class
org.springframework.web.reactive.result.view.AbstractUrlBasedView
Packages that use 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
Subclasses of AbstractUrlBasedView in org.springframework.web.reactive.result.viewModifier and TypeClassDescriptionclass
View that redirects to an absolute or context relative URL.Methods in org.springframework.web.reactive.result.view that return AbstractUrlBasedViewModifier 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.Methods in org.springframework.web.reactive.result.view with parameters of type AbstractUrlBasedViewModifier 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.Methods in org.springframework.web.reactive.result.view.freemarker that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
FreeMarkerViewResolver.instantiateView()
-
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.script
Subclasses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.scriptModifier and TypeClassDescriptionclass
AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.Methods in org.springframework.web.reactive.result.view.script that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedView
ScriptTemplateViewResolver.instantiateView()