public class ActionExecutingViewFactory extends java.lang.Object implements ViewFactory
Constructor and Description |
---|
ActionExecutingViewFactory(Action action)
Create a new action invoking view factory
|
Modifier and Type | Method and Description |
---|---|
Action |
getAction() |
View |
getView(RequestContext context)
Get the view to render for this request.
|
public ActionExecutingViewFactory(Action action)
action
- the action to executepublic Action getAction()
public View getView(RequestContext context)
ViewFactory
getView
in interface ViewFactory
context
- the flow execution request context.