webwork.dispatcher
Class GenericDispatcher
java.lang.Object
webwork.dispatcher.GenericDispatcher
- public class GenericDispatcher
- extends java.lang.Object
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
GenericDispatcher
public GenericDispatcher(java.lang.String actionName)
GenericDispatcher
public GenericDispatcher(java.lang.String actionName,
boolean lazy)
prepareContext
public ActionContext prepareContext()
- Prepare a new ActionContext and return it
prepareValueStack should be called after this when the new
Valuestack has been set in the action context
prepareValueStack
public void prepareValueStack()
- Prepare the dispatcher by saving the initial size
of the current value stack
getOldContext
public ActionContext getOldContext()
getActions
public java.util.List getActions()
executeAction
public void executeAction()
throws java.lang.Exception
- Throws:
java.lang.Exception
finish
public ActionResult finish()
finalizeContext
public void finalizeContext()
Copyright © 2001-2003 WebWork All Rights Reserved.