Skip navigation links

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

E13403-10


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
abstract  java.util.List<BundleRegistrationInfo> ChainedBundleFactory.getBundleList()
          Deprecated. please use Map<String, BundleRegistrationInfo> getBundleListMap()
 java.util.List<BundleRegistrationInfo> AppBundleInfo.getBundleList()
          Deprecated. use Map<String, BundleRegistrationInfo> getBundleListMap();
 java.util.List<BundleRegistrationInfo> DefaultChainedBundleFactory.getBundleList()
          Deprecated. please use Map<String, BundleRegistrationInfo> getBundleListMap()
 java.util.Map<java.lang.String,BundleRegistrationInfo> ChainedBundleFactory.getBundleListMap()
           
 java.util.Map<java.lang.String,BundleRegistrationInfo> AppBundleInfo.getBundleListMap()
           
 java.util.Map<java.lang.String,BundleRegistrationInfo> DefaultChainedBundleFactory.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<String, BundleRegistrationInfo> object in ADFContext application scope, the map key used to retrieve is ResourceBundleUtils.XMLNS_RESBUNDLE_CTX_KEY

 


Skip navigation links

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

E13403-10


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