| Package | Description |
|---|---|
| com.phloc.commons.changelog | |
| com.phloc.commons.text | |
| com.phloc.commons.text.impl |
| Modifier and Type | Method and Description |
|---|---|
IReadonlyMultiLingualText |
ChangeLogEntry.getAllTexts() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMultiLingualText
Interface for a writable version of a multilingual text
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
IMultiLingualText.assignFrom(IReadonlyMultiLingualText aMLT)
Assign all fields from the passed object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiLingualText
This class represents a multilingual text.
|
class |
MultiLingualTextThreadSafe
This class represents a thread safe multilingual text.
|
class |
ReadonlyMultiLingualText
This class represents a multilingual text.
|
class |
TextProvider
An in-memory implementation of the
ITextProvider interface. |
| Modifier and Type | Method and Description |
|---|---|
EChange |
MultiLingualTextThreadSafe.assignFrom(IReadonlyMultiLingualText aMLT) |
EChange |
MultiLingualText.assignFrom(IReadonlyMultiLingualText aMLT) |
static IMultiLingualText |
MultiLingualText.getCopyWithLocales(IReadonlyMultiLingualText aMLT,
Collection<Locale> aContentLocales)
Get a copy of this object with the specified locales.
|
| Constructor and Description |
|---|
MultiLingualText(IReadonlyMultiLingualText aMLT) |
MultiLingualTextThreadSafe(IReadonlyMultiLingualText aMLT) |
ReadonlyMultiLingualText(IReadonlyMultiLingualText aMLT) |
Copyright © 2006–2014 phloc systems. All rights reserved.