Package | Description |
---|---|
oracle.javatools.resourcebundle |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,BundleRegistrationInfo> |
AppBundleInfo._bundleOverrideListMap |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<BundleRegistrationInfo> |
ChainedBundleFactory.getBundleList()
Deprecated.
please use
Map<String, BundleRegistrationInfo> getBundleListMap() |
java.util.List<BundleRegistrationInfo> |
DefaultChainedBundleFactory.getBundleList()
Deprecated.
please use
Map<String, BundleRegistrationInfo> getBundleListMap() |
java.util.List<BundleRegistrationInfo> |
AppBundleInfo.getBundleList()
Deprecated.
use
Map<String, BundleRegistrationInfo> getBundleListMap(); |
java.util.Map<java.lang.String,BundleRegistrationInfo> |
ChainedBundleFactory.getBundleListMap() |
java.util.Map<java.lang.String,BundleRegistrationInfo> |
DefaultChainedBundleFactory.getBundleListMap() |
java.util.Map<java.lang.String,BundleRegistrationInfo> |
AppBundleInfo.getBundleListMap() |
static java.util.Map<java.lang.String,BundleRegistrationInfo> |
ResourceBundleUtils.getMatchingBundleIdsFromMDS(java.lang.String bundleName,
java.util.Locale locale) |
static java.util.Map<java.lang.String,BundleRegistrationInfo> |
ResourceBundleUtils.getResourceBundleOverrideListMap()
This method will load and parse all reoursebundle override entry from either adf-config.xml or
adf-settings.xml, save them as Map<String, BundleRegistrationInfo> object in ADFContext application
scope, the map key used to retrieve is ResourceBundleUtils.XMLNS_RESBUNDLE_CTX_KEY
|
static java.util.Map<java.lang.String,BundleRegistrationInfo> |
ResourceBundleUtils.getResourceBundleOverrideListMapForMbeanExportImport() |