|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.engine.support.ActionExecutingViewFactory
public class ActionExecutingViewFactory
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 | |
|---|---|
ActionExecutingViewFactory(Action action)
Create a new action invoking view factory |
|
| Method Summary | |
|---|---|
Action |
getAction()
|
View |
getView(RequestContext context)
Get the view to render for this request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionExecutingViewFactory(Action action)
action - the action to execute| Method Detail |
|---|
public Action getAction()
public View getView(RequestContext context)
ViewFactory
getView in interface ViewFactorycontext - the flow execution request context.
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||