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 TypeClassDescriptionclassView that redirects to an absolute or context relative URL.Methods in org.springframework.web.reactive.result.view that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedViewUrlBasedViewResolver.createView(String viewName) Creates a new View instance of the specified view class and configures it.protected AbstractUrlBasedViewUrlBasedViewResolver.instantiateView()Instantiate the specified view class.Methods in org.springframework.web.reactive.result.view with parameters of type AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected ViewUrlBasedViewResolver.applyLifecycleMethods(String viewName, AbstractUrlBasedView view) Apply the containingApplicationContext's lifecycle methods to the givenViewinstance, if such a context is available. -
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclassAViewimplementation that uses the FreeMarker template engine.Methods in org.springframework.web.reactive.result.view.freemarker that return AbstractUrlBasedViewModifier and TypeMethodDescriptionprotected AbstractUrlBasedViewFreeMarkerViewResolver.instantiateView() -
Uses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.script
Subclasses of AbstractUrlBasedView in org.springframework.web.reactive.result.view.scriptModifier and TypeClassDescriptionclassAnAbstractUrlBasedViewsubclass 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 AbstractUrlBasedViewScriptTemplateViewResolver.instantiateView()