public interface ILanguagePackManager extends IComponentProvider
ATTR_APP_NAME, ATTR_BEG_QUERY, ATTR_END_QUERY, ATTR_MID_QUERY, BIZPOLICY_MANAGER, CACHE_PROVIDER, COMMAND_PROVIDER, COMPONENTS_QUERY, INSTALL_PROVIDER, MECH_PROVIDER, METACONTEXT_PROVIDER, PHASE_PROVIDER, POLICY_PROVIDER, SEARCH_PROVIDER
Modifier and Type | Method and Description |
---|---|
ILanguagePack |
getLanguagePack(Locale locale,
String componentName)
This may return NULL
|
Collection<ILanguagePack> |
getRegisteredLanguagePacks()
Get a list of
ILanguagePack s that are enabled for the current Portal |
Collection<Locale> |
getRegisteredLocales()
Get a list of
Locale s that are registered and enabled in the system, at least for a single component |
Collection<Locale> |
getRegisteredLocales(String componentName)
Get a list of @{link Locale}s for a given component
|
exists, getComponent, getComponent, getComponent, getComponentQueryString, getComponents, getDefaultComponent, getLogger, initDeferredWebAppComponents, lookup, registerComponent, reloadComponent, reloadComponent, unregisterComponent, upgradeComponentDataFromBootstrapComponentData
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
init, shutdown
acquireURI, acquireURI
Collection<ILanguagePack> getRegisteredLanguagePacks()
ILanguagePack
s that are enabled for the current PortalCollection<Locale> getRegisteredLocales()
Locale
s that are registered and enabled in the system, at least for a single componentCollection<Locale> getRegisteredLocales(String componentName)
componentName
- the name of the componentILanguagePack getLanguagePack(Locale locale, String componentName)
ILanguagePack
for the given Locale, may return NULL