public abstract class ActionContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionContext.ActionState |
static interface |
ActionContext.ChangeActionStateListener |
| Constructor and Description |
|---|
ActionContext(ActionDefinition actionDefinition,
ActionManager actionManager) |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
getActionDefinition() |
ActionExecutionMode |
getActionExecutionMode() |
ActionManager |
getActionManager() |
ActionContext.ActionState |
getActionState() |
BatchContext |
getBatchContext() |
abstract CallerController |
getCallerController() |
abstract Context |
getDefiningContext() |
RequestCache |
getRequestCache() |
boolean |
isExecutedAsDefault() |
void |
setActionExecutionMode(ActionExecutionMode actionExecutionMode) |
void |
setBatchContext(BatchContext batchContext) |
void |
setChangeActionStateListener(ActionContext.ChangeActionStateListener changeActionStateListener) |
void |
setExecutedAsDefault(boolean executedAsDefault) |
void |
setRequestCache(RequestCache requestCache) |
public ActionContext(ActionDefinition actionDefinition, ActionManager actionManager)
public abstract CallerController getCallerController()
public abstract Context getDefiningContext()
public ActionDefinition getActionDefinition()
public BatchContext getBatchContext()
public RequestCache getRequestCache()
public ActionContext.ActionState getActionState()
public ActionManager getActionManager()
public void setBatchContext(BatchContext batchContext)
public void setRequestCache(RequestCache requestCache)
public void setChangeActionStateListener(ActionContext.ChangeActionStateListener changeActionStateListener)
public ActionExecutionMode getActionExecutionMode()
public void setActionExecutionMode(ActionExecutionMode actionExecutionMode)
public boolean isExecutedAsDefault()
public void setExecutedAsDefault(boolean executedAsDefault)