Method Summary |
|
final public static void | bind(ContextMap context) Bind a particular ContextMap to current thread. |
public void | clear() Empty the context map. |
public Object | get(String key, Object defaultObject) Get an entry from the context. |
public Object | get(String key) Get an entry from the context. |
final public static ContextMap | getCurrentContext() Get the Current ContextMap.
This method returns a ContextMap associated with current thread. |
final public static ContextMap | getCurrentContext(boolean autocreate) Get the Current ContextMap. |
public int | getSize() Get the number of contexts in map. |
public boolean | isReadOnly() Determine if context is read-only. |
public void | makeReadOnly() Make the context read-only. |
public void | set(String key, Object value) |