| 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(java.util.Locale locale,
java.lang.String parameter,
java.lang.String id,
java.lang.String pattern,
MessageFormatterFactory root) |
protected Formatter |
MessageFormatter.parseSubFormatter(java.util.Locale locale,
java.lang.String pattern,
MessageFormatterFactory root) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Formatter> |
MessageFormatter.getSubFormatter() |
java.util.Iterator<Formatter> |
MessageFormatter.iterator() |
protected java.util.List<Formatter> |
MessageFormatter.parseSubFormatters(java.util.Locale locale,
java.lang.String pattern,
MessageFormatterFactory root) |
| Constructor and Description |
|---|
Condition(java.lang.String test,
ChoiceFormatter.Operator operator,
Formatter subFormat) |
ParameterAwareFormatter(java.util.Locale locale,
java.lang.String parameter,
Formatter delegate) |
| Constructor and Description |
|---|
MessageFormatter(java.util.Locale locale,
java.util.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() |
Formatter |
FormattingMessageSupport.FormatterProducer.produce(java.lang.Boolean key) |
Copyright © 2015 echocat. All Rights Reserved.