Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01

Uses of Class
oracle.javatools.resourcebundle.BundleRegistrationInfo

Packages that use BundleRegistrationInfo
oracle.javatools.resourcebundle   
 

Uses of BundleRegistrationInfo in oracle.javatools.resourcebundle
 

Fields in oracle.javatools.resourcebundle with type parameters of type BundleRegistrationInfo
protected  java.util.Map<java.lang.String,BundleRegistrationInfo> AppBundleInfo._bundleOverrideListMap
           
 

Methods in oracle.javatools.resourcebundle that return types with arguments of type BundleRegistrationInfo
 java.util.List<BundleRegistrationInfo> DefaultChainedBundleFactory.getBundleList()
          Deprecated. please use Map getBundleListMap()
abstract  java.util.List<BundleRegistrationInfo> ChainedBundleFactory.getBundleList()
          Deprecated. please use Map getBundleListMap()
 java.util.List<BundleRegistrationInfo> AppBundleInfo.getBundleList()
          Deprecated. use Map getBundleListMap();
 java.util.Map<java.lang.String,BundleRegistrationInfo> DefaultChainedBundleFactory.getBundleListMap()
           
 java.util.Map<java.lang.String,BundleRegistrationInfo> ChainedBundleFactory.getBundleListMap()
           
 java.util.Map<java.lang.String,BundleRegistrationInfo> AppBundleInfo.getBundleListMap()
           
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 object in ADFContext application scope, the map key used to retrieve is ResourceBundleUtils.XMLNS_RESBUNDLE_CTX_KEY
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01

Copyright © 1997, 2015, Oracle. All rights reserved.