| Package | Description |
|---|---|
| com.helger.commons.collection.attr | |
| com.helger.commons.log | |
| com.helger.commons.scope | |
| com.helger.commons.text |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryLogger
Keeps a set of
LogMessage objects in memory, offering an API similar
to SLF4J. |
| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableMultilingualText
Interface for a writable version of a multilingual text
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapBasedMultilingualText
A
Map based implementation of IMultilingualText that does
also provide writing methods to the outside and is only to be used as a
non-abstract base class. |
class |
MultilingualText
This class represents a multilingual text.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.