com.opensymphony.xwork
Class ActionGlobalContext
java.lang.Object
com.opensymphony.xwork.ActionGlobalContext
- All Implemented Interfaces:
- Serializable
public class ActionGlobalContext
- extends Object
- implements Serializable
- Since:
- 2005-7-6
- Author:
- Henry Hu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionGlobalContext
public ActionGlobalContext(Map mapContext)
setContext
public static void setContext(ActionGlobalContext actionGlobalContext)
getContext
public static ActionGlobalContext getContext()
get
public Object get(Object key)
set
public void set(Object key,
Object value)
setActionExecuted
public void setActionExecuted(String actionExecuted)
getActionExecuted
public String getActionExecuted()