Class ProxyContext.ContextAttributes
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<String,Object>
-
- org.adempiere.eclipse.equinox.http.servlet.ProxyContext.ContextAttributes
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Object>
- Enclosing class:
- ProxyContext
public class ProxyContext.ContextAttributes extends Hashtable<String,Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextAttributes(org.osgi.service.http.HttpContext httpContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addReference()
void
destroy()
int
referenceCount()
void
removeReference()
-
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
-