| Package | Description |
|---|---|
| org.echocat.locela.api.java.format | |
| org.echocat.locela.api.java.messages |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ChoiceFormatter.Factory |
protected static class |
DateFormatter.Factory |
protected static class |
DateTimeFormatter.Factory |
class |
MessageFormatterFactory |
protected static class |
NumberFormatter.Factory |
protected static class |
TimeFormatter.Factory |
| Modifier and Type | Method and Description |
|---|---|
static FormatterFactory<ChoiceFormatter> |
ChoiceFormatter.choiceFormatterFactory() |
static FormatterFactory<DateFormatter> |
DateFormatter.dateFormatterFactory() |
static FormatterFactory<DateTimeFormatter> |
DateTimeFormatter.dateTimeFormatterFactory() |
protected FormatterFactory<?> |
MessageFormatterFactory.getFactoryBy(java.lang.String id) |
static FormatterFactory<NumberFormatter> |
NumberFormatter.numberFormatterFactory() |
static FormatterFactory<TimeFormatter> |
TimeFormatter.timeFormatterFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<FormatterFactory<?>> |
MessageFormatterFactory.getFactories() |
protected java.util.Map<java.lang.String,FormatterFactory<?>> |
MessageFormatterFactory.toIdToFactory(java.lang.Iterable<FormatterFactory<?>> factories) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MessageFormatterFactory.assertSameRoot(FormatterFactory<?> root) |
TimeFormatter |
TimeFormatter.Factory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
NumberFormatter |
NumberFormatter.Factory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
MessageFormatter |
MessageFormatterFactory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
F |
FormatterFactory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
DateTimeFormatter |
DateTimeFormatter.Factory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
DateFormatter |
DateFormatter.Factory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
ChoiceFormatter |
ChoiceFormatter.Factory.createBy(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
protected java.util.List<ChoiceFormatter.Condition> |
ChoiceFormatter.parse(java.lang.String pattern,
FormatterFactory<?> root) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,FormatterFactory<?>> |
MessageFormatterFactory.toIdToFactory(java.lang.Iterable<FormatterFactory<?>> factories) |
| Constructor and Description |
|---|
ChoiceFormatter(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?> root) |
MessageFormatter(java.util.Locale locale,
java.lang.String pattern,
FormatterFactory<?>... factories) |
MessageFormatterFactory(FormatterFactory<?>... factories) |
| Constructor and Description |
|---|
MessageFormatterFactory(java.lang.Iterable<FormatterFactory<?>> factories) |
| Modifier and Type | Method and Description |
|---|---|
protected FormatterFactory<?> |
StandardMessagesProvider.formatterFactory() |
protected FormatterFactory<?> |
PropertiesMessages.formatterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static StandardMessage |
StandardMessage.message(java.util.Locale locale,
java.lang.String id,
java.lang.String content,
FormatterFactory<?> formatterFactory) |
static PropertyMessage |
PropertyMessage.messageFor(java.util.Locale locale,
Property<?> property,
FormatterFactory<?> formatterFactory) |
static PropertiesMessages |
PropertiesMessages.messagesFor(java.util.Locale locale,
Properties<?> properties,
FormatterFactory<?> formatterFactory) |
| Constructor and Description |
|---|
FormattingMessageSupport(FormatterFactory<?> formatterFactory) |
PropertiesMessages(java.util.Locale locale,
Properties<?> properties,
FormatterFactory<?> formatterFactory) |
PropertyMessage(java.util.Locale locale,
Property<?> property,
FormatterFactory<?> formatterFactory) |
StandardMessage(java.util.Locale locale,
java.lang.String id,
java.lang.String content,
FormatterFactory<?> formatterFactory) |
StandardMessagesProvider(PropertiesReader propertiesReader,
FormatterFactory<?> formatterFactory) |
Copyright © 2015 echocat. All Rights Reserved.