Class ServerContextPropertiesWrapper

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.adempiere.util.ServerContextPropertiesWrapper
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class ServerContextPropertiesWrapper extends Properties
Properties wrapper for access to thread local server context.
Delegate all method calls to ServerContext.getCurrentInstance().
Author:
hengsin
See Also: