public interface PeriodFormatterService
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAvailableLocaleNames()
Return the names of locales supported by factories produced by this
service.
|
DurationFormatterFactory |
newDurationFormatterFactory()
Creates a new factory for creating DurationFormatters.
|
PeriodBuilderFactory |
newPeriodBuilderFactory()
Creates a new factory for creating PeriodBuilders.
|
PeriodFormatterFactory |
newPeriodFormatterFactory()
Creates a new factory for creating PeriodFormatters.
|
DurationFormatterFactory newDurationFormatterFactory()
PeriodFormatterFactory newPeriodFormatterFactory()
PeriodBuilderFactory newPeriodBuilderFactory()
Collection<String> getAvailableLocaleNames()