| Package | Description |
|---|---|
| com.helger.commons.collections.attrs | |
| com.helger.commons.scopes | |
| com.helger.commons.scopes.domain | |
| com.helger.commons.scopes.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAttributeContainer
This is the writable extension of the
IReadonlyAttributeContainer. |
interface |
IGenericAttributeContainer<KEYTYPE,VALUETYPE>
This is the writable extension of the
IGenericReadonlyAttributeContainer. |
interface |
IReadonlyAttributeContainer
Base interface for a generic read-only attribute container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericReadonlyAttributeContainer<KEYTYPE,VALUETYPE>
Abstract base class for all kind of string-object mapping container.
|
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 | Method and Description |
|---|---|
EChange |
MapBasedGenericAttributeContainer.setAttributes(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues) |
EChange |
IGenericAttributeContainer.setAttributes(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues)
Set/overwrite an arbitrary number of attribute values.
|
| Constructor and Description |
|---|
MapBasedAttributeContainer(IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont) |
MapBasedGenericAttributeContainer(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedGenericAttributeContainerThreadSafe(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedGenericReadonlyAttributeContainer(IGenericReadonlyAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedReadonlyAttributeContainer(IGenericReadonlyAttributeContainer<? extends String,? extends Object> aCont) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IScope
This interface is used for all the common stuff of a scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBasedScope
Abstract scope implementation based on a Map containing the attribute values.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IApplicationScope
Interface for a single application scope object.
|
interface |
IGlobalScope
Interface for a single global scope object.
|
interface |
IRequestScope
Interface for a single request scope object.
|
interface |
ISessionApplicationScope
Interface for a single session application scope object.
|
interface |
ISessionScope
Interface for a single session scope object.
|
| 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.