public interface ILocaleProvider
extends org.apache.wicket.util.io.IClusterable
The provider is made available under the "locale.id" configuration key. When this key is not present, the fully qualified class name can be used as a fall back.
Whereas the repository only depends on the name of a HippoLocale, the CMS couples this name to a Locale for presentation purposes.
Modifier and Type | Interface and Description |
---|---|
static class |
ILocaleProvider.HippoLocale
Description of a content locale.
|
static class |
ILocaleProvider.LocaleState |
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
ILocaleProvider.HippoLocale |
getLocale(String name) |
List<? extends ILocaleProvider.HippoLocale> |
getLocales() |
static final String SERVICE_ID
List<? extends ILocaleProvider.HippoLocale> getLocales()
ILocaleProvider.HippoLocale getLocale(String name)
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.