|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.ViewFactoryActionAdapter
public class ViewFactoryActionAdapter
Simple adapter that adapts a view factory render cycle to the action interface.
| Field Summary |
|---|
| Fields inherited from class org.springframework.webflow.action.AbstractAction |
|---|
logger |
| Constructor Summary | |
|---|---|
ViewFactoryActionAdapter(ViewFactory viewFactory)
Creates a new view factory action adapter |
|
| Method Summary | |
|---|---|
protected Event |
doExecute(RequestContext context)
Template hook method subclasses should override to encapsulate their specific action execution logic. |
| Methods inherited from class org.springframework.webflow.action.AbstractAction |
|---|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewFactoryActionAdapter(ViewFactory viewFactory)
viewFactory - the view factory to adapt to the Action interface.| Method Detail |
|---|
protected Event doExecute(RequestContext context)
throws java.lang.Exception
AbstractAction
doExecute in class AbstractActioncontext - the action execution context, for accessing and setting data in "flow scope" or "request scope"
java.lang.Exception - an unrecoverable exception occured, either checked or unchecked
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||