Class ActionExecutingViewFactory
java.lang.Object
org.springframework.webflow.engine.support.ActionExecutingViewFactory
- All Implemented Interfaces:
ViewFactory
A view factory implementation that creates views that execute an action when rendered. Used mainly to encapsulate an
action that renders a response. Examples include flow redirect and external redirect actions.
-
Constructor Summary
ConstructorDescriptionActionExecutingViewFactory
(Action action) Create a new action invoking view factory -
Method Summary
Modifier and TypeMethodDescriptiongetView
(RequestContext context) Get the view to render for this request.
-
Constructor Details
-
ActionExecutingViewFactory
Create a new action invoking view factory- Parameters:
action
- the action to execute
-
-
Method Details
-
getAction
-
getView
Description copied from interface:ViewFactory
Get the view to render for this request.- Specified by:
getView
in interfaceViewFactory
- Parameters:
context
- the flow execution request context.- Returns:
- the view to render
-