public class

GenericDispatcher

extends Object
java.lang.Object
   ↳ webwork.dispatcher.GenericDispatcher

Summary

Nested Classes
class GenericDispatcher.LazyValueHolder  
Fields
protected static Log log
Public Constructors
GenericDispatcher(String actionName)
GenericDispatcher(String actionName, boolean lazy)
Public Methods
void executeAction()
void finalizeContext()
ActionResult finish()
List<Action> 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
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected static Log log

Public Constructors

public GenericDispatcher (String actionName)

public GenericDispatcher (String actionName, boolean lazy)

Public Methods

public void executeAction ()

Throws
Exception

public void finalizeContext ()

public ActionResult finish ()

public List<Action> getActions ()

public ActionContext getOldContext ()

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

public void prepareValueStack ()

Prepare the dispatcher by saving the initial size of the current value stack