com.opensymphony.xwork
Class ActionGlobalContext

java.lang.Object
  extended by 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

Constructor Summary
ActionGlobalContext(Map mapContext)
           
 
Method Summary
 Object get(Object key)
           
 String getActionExecuted()
           
static ActionGlobalContext getContext()
           
 void set(Object key, Object value)
           
 void setActionExecuted(String actionExecuted)
           
static void setContext(ActionGlobalContext actionGlobalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGlobalContext

public ActionGlobalContext(Map mapContext)
Method Detail

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()

XWork Project Page