| Package | Description |
|---|---|
| com.helger.commons.collection.attr | |
| com.helger.commons.scope |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableAttributeContainer<KEYTYPE,VALUETYPE>
This is the writable extension of the
IAttributeContainer. |
interface |
IMutableAttributeContainerAny<KEYTYPE>
This is the writable extension of the
<String,
Object>. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapBasedAttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container.
|
class |
MapBasedAttributeContainerAny<KEYTYPE>
Base class for all kind of string-object mapping container.
|
class |
MapBasedReadOnlyAttributeContainer<KEYTYPE,VALUETYPE>
Default implementation of the
IAttributeContainer based on a
HashMap. |
| Modifier and Type | Method and Description |
|---|---|
default IAttributeContainer<KEYTYPE,Object> |
IHasMutableAttributesAny.getAttributes() |
default IAttributeContainer<KEYTYPE,VALUETYPE> |
IHasMutableAttributes.getAttributes() |
IAttributeContainer<KEYTYPE,VALUETYPE> |
IHasAttributes.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EChange |
MapBasedAttributeContainer.setAttributes(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues) |
EChange |
IMutableAttributeContainer.setAttributes(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aValues)
Set/overwrite an arbitrary number of attribute values.
|
| Constructor and Description |
|---|
MapBasedAttributeContainer(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
MapBasedAttributeContainerAny(IAttributeContainer<? extends KEYTYPE,? extends Object> aCont) |
MapBasedReadOnlyAttributeContainer(IAttributeContainer<? extends KEYTYPE,? extends VALUETYPE> aCont) |
| 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 |
IScope
This interface is used for all the common stuff of a scope.
|
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 |
AbstractMapBasedScope
Abstract scope implementation based on a Map containing the attribute values.
|
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–2016 Philip Helger. All rights reserved.