| Package | Description |
|---|---|
| webwork.action |
This package contains the API that Actions implement.
|
| webwork.dispatcher |
This package contains the various Action dispatchers.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionContext |
ActionContext.getContext()
Returns the ActionContext specific to the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionContext.setContext(ActionContext aContext) |
| Modifier and Type | Method and Description |
|---|---|
ActionContext |
GenericDispatcher.getOldContext() |
ActionContext |
GenericDispatcher.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
|
Copyright © 2013 Atlassian. All Rights Reserved.