| Package | Description |
|---|---|
| org.echocat.locela.api.java.format | |
| org.echocat.locela.api.java.messages |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormatterFactory<F extends Formatter> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChoiceFormatter |
class |
DateFormatter |
class |
DateTimeFormatter |
class |
FormatterSupport |
class |
MessageFormatter |
protected static class |
MessageFormatter.ParameterAwareFormatter |
protected static class |
MessageFormatter.PassThruFormatter |
protected static class |
MessageFormatter.StaticFormatter |
class |
NumberFormatter |
class |
TimeFormatter |
| Modifier and Type | Method and Description |
|---|---|
Formatter |
ChoiceFormatter.Condition.getSubFormat() |
protected Formatter |
MessageFormatter.getSubFormatterFor(Locale locale,
String parameter,
String id,
String pattern,
MessageFormatterFactory root) |
protected Formatter |
MessageFormatter.parseSubFormatter(Locale locale,
String pattern,
MessageFormatterFactory root) |
| Modifier and Type | Method and Description |
|---|---|
List<Formatter> |
MessageFormatter.getSubFormatter() |
Iterator<Formatter> |
MessageFormatter.iterator() |
protected List<Formatter> |
MessageFormatter.parseSubFormatters(Locale locale,
String pattern,
MessageFormatterFactory root) |
| Constructor and Description |
|---|
Condition(String test,
ChoiceFormatter.Operator operator,
Formatter subFormat) |
ParameterAwareFormatter(Locale locale,
String parameter,
Formatter delegate) |
| Constructor and Description |
|---|
MessageFormatter(Locale locale,
List<Formatter> subFormatter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Message |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyMessage |
class |
FormattingMessageSupport |
class |
MessageSupport |
class |
PropertyMessage |
class |
StandardMessage |
| Modifier and Type | Method and Description |
|---|---|
protected Formatter |
FormattingMessageSupport.formatter() |
Copyright © 2024 echocat. All rights reserved.