| Package | Description |
|---|---|
| com.helger.commons.error.text | |
| com.helger.commons.text | |
| com.helger.commons.text.display | |
| com.helger.commons.text.resolve | |
| com.helger.commons.text.resourcebundle |
| Modifier and Type | Method and Description |
|---|---|
IHasText |
DynamicHasErrorTextWithArgs.getParentText() |
| Constructor and Description |
|---|
DynamicHasErrorText(IHasText aText) |
DynamicHasErrorTextWithArgs(IHasText aParentText,
Object... aArgs) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHasTextWithArgs
Basic interface for object providing multilingual texts with and without
arguments.
|
interface |
IMultilingualText
Read-only interface for a multilingual text
|
interface |
IMutableMultilingualText
Interface for a writable version of a multilingual text
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHasText
An abstract implementation of the
IHasText that has default
implementations for the formatting things. |
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 |
AbstractReadOnlyMapBasedMultilingualText
A
Map based implementation of IMultilingualText that does not
provide writing methods to the outside and is only to be used as a
non-abstract base class. |
class |
ConstantHasText
An implementation of the
IHasText interface
that always returns a constant string. |
class |
ConstantHasTextWithArgs
An implementation of the
IHasTextWithArgs interface that always
returns a constant string. |
class |
HasTextWithArgs
A special implementation of
IHasText that encapsulates arguments to
be put into the message. |
class |
MultilingualText
This class represents a multilingual text.
|
class |
ReadOnlyMultilingualText
This class represents a multilingual text that cannot be altered after the
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IHasText |
HasTextWithArgs.getParentText() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<IHasText> |
IHasText.getComparatorCollating(Locale aContentLocale,
Locale aSortLocale) |
| Constructor and Description |
|---|
HasTextWithArgs(IHasText aParentText,
Object... aArgs) |
| Modifier and Type | Method and Description |
|---|---|
default IHasText |
IHasDisplayText.getAsHasText() |
| Modifier and Type | Method and Description |
|---|---|
String |
IEnumTextResolver.getText(Enum<?> aEnum,
IHasText aTP,
Locale aContentLocale)
Get the text of an enumeration item.
|
String |
AbstractEnumTextResolverWithOverrideAndFallback.getText(Enum<?> aEnum,
IHasText aTP,
Locale aContentLocale) |
static String |
DefaultTextResolver.getTextStatic(Enum<?> aEnum,
IHasText aTP,
Locale aContentLocale) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceBundleTextProvider
This class encapsulates the resource bundle handling.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.