public class ActionContext
ActionContext represent the current context of a user's request. See ActionContext
Constructor and Description |
---|
ActionContext(java.lang.String name,
java.lang.Integer lifespan)
ActionContext represent the current context of a user's request.
See ActionContext
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getLifespan() |
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.Object> |
getParameters() |
void |
setParameters(java.util.Map<java.lang.String,? extends java.lang.Object> p) |
public ActionContext(java.lang.String name, java.lang.Integer lifespan)
ActionContext represent the current context of a user's request. See ActionContext