webwork.dispatcher
Class GenericDispatcher

java.lang.Object
  extended bywebwork.dispatcher.GenericDispatcher

public class GenericDispatcher
extends java.lang.Object


Nested Class Summary
 class GenericDispatcher.LazyValueHolder
           
 
Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
GenericDispatcher(java.lang.String actionName)
           
GenericDispatcher(java.lang.String actionName, boolean lazy)
           
 
Method Summary
 void executeAction()
           
 void finalizeContext()
           
 ActionResult finish()
           
 java.util.List getActions()
           
 ActionContext getOldContext()
           
 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
 void prepareValueStack()
          Prepare the dispatcher by saving the initial size of the current value stack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

GenericDispatcher

public GenericDispatcher(java.lang.String actionName)

GenericDispatcher

public GenericDispatcher(java.lang.String actionName,
                         boolean lazy)
Method Detail

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.