| Package | Description |
|---|---|
| com.helger.commons.text | |
| com.helger.commons.text.display | |
| com.helger.commons.text.resolve | |
| com.helger.commons.text.resourcebundle |
| Modifier and Type | Interface and Description |
|---|---|
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 |
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 |
ConstantHasTextWithArgs
An implementation of the
IHasTextWithArgs interface that always
returns a constant string. |
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 |
|---|---|
default IHasTextWithArgs |
IHasDisplayTextWithArgs.getAsHasTextWithArgs() |
| Modifier and Type | Method and Description |
|---|---|
default String |
IEnumTextResolver.getTextWithArgs(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale)
Deprecated.
|
default String |
IEnumTextResolver.getTextWithArgs(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale,
Object... aArgs)
Get the text of an enumeration item with placeholder texts being replaced.
|
static String |
DefaultTextResolver.getTextWithArgsStatic(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale)
Deprecated.
|
static String |
DefaultTextResolver.getTextWithArgsStatic(Enum<?> aEnum,
IHasTextWithArgs aTP,
Locale aContentLocale,
Object... aArgs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceBundleTextProvider
This class encapsulates the resource bundle handling.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.