public class ViewFactoryActionAdapter extends AbstractAction
logger| Constructor and Description |
|---|
ViewFactoryActionAdapter(ViewFactory viewFactory)
Creates a new view factory action adapter
|
| Modifier and Type | Method and Description |
|---|---|
protected Event |
doExecute(RequestContext context)
Template hook method subclasses should override to encapsulate their specific action execution logic.
|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yespublic ViewFactoryActionAdapter(ViewFactory viewFactory)
viewFactory - the view factory to adapt to the Action interface.protected Event doExecute(RequestContext context) throws java.lang.Exception
AbstractActiondoExecute 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