public class GenericDispatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GenericDispatcher.LazyValueHolder |
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
GenericDispatcher(String actionName) |
GenericDispatcher(String actionName,
ActionFactory actionFactory) |
GenericDispatcher(String actionName,
boolean lazy) |
| Modifier and Type | Method and Description |
|---|---|
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
|
public GenericDispatcher(String actionName)
public GenericDispatcher(String actionName, boolean lazy)
public GenericDispatcher(String actionName, ActionFactory actionFactory)
public ActionContext prepareContext()
public void prepareValueStack()
public ActionContext getOldContext()
public ActionResult finish()
public void finalizeContext()
Copyright © 2013 Atlassian. All Rights Reserved.