Package | Description |
---|---|
com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
com.whitestein.lsps.modulemanager.localization |
Modifier and Type | Method and Description |
---|---|
ModuleResourceBundle |
LocalizationService.getResourceBundle(String moduleHash,
LocaleValue locale)
Returns a message bundle for the given module and locale.
|
String |
LocalizationService.getResourceString(String moduleHash,
LocaleValue locale,
String identifier)
Returns a message object for the given module and locale and identifier.
|
Modifier and Type | Method and Description |
---|---|
protected LocalizationResourceBundle.Bundle |
LocalizationServiceBean.getBundle(String moduleHash,
LocaleValue locale) |
ModuleResourceBundle |
LocalizationServiceBean.getResourceBundle(String moduleHash,
LocaleValue locale) |
String |
LocalizationServiceBean.getResourceString(String moduleHash,
LocaleValue locale,
String identifier) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.