| Package | Description |
|---|---|
| com.helger.commons.collections.attrs | |
| com.helger.commons.scopes | |
| com.helger.commons.scopes.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
MapBasedAttributeContainer
Base class for all kind of string-object mapping container.
|
class |
MapBasedAttributeContainerThreadSafe
Base class for all kind of string-object mapping container.
|
class |
MapBasedGenericAttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
MapBasedGenericAttributeContainerThreadSafe<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
MapBasedGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE>
Default implementation of the
IGenericReadonlyAttributeContainer
based on a hash map. |
class |
MapBasedReadonlyAttributeContainer
Default implementation of the
IReadonlyAttributeContainer based on a
hash map. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBasedScope
Abstract scope implementation based on a Map containing the attribute values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationScope
Represents a single "application scope".
|
class |
GlobalScope
Base implementation of the
IGlobalScope interface. |
class |
RequestScope
Default implementation for non-web request scopes.
|
class |
SessionApplicationScope
Represents a single "session application scope".
|
class |
SessionScope
Default implementation of the
ISessionScope interface |
Copyright © 2014–2015 Philip Helger. All rights reserved.