oracle.javatools.resourcebundle
Class DefaultChainedBundleFactory
java.lang.Object
  
oracle.javatools.resourcebundle.ChainedBundleFactory
      
oracle.javatools.resourcebundle.DefaultChainedBundleFactory
public class DefaultChainedBundleFactory
- extends ChainedBundleFactory
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultChainedBundleFactory
public DefaultChainedBundleFactory()
getBundle
public ResourceBundleWrapper getBundle(java.lang.String bundleId)
- Specified by:
 getBundle in class ChainedBundleFactory
 
 
getBundle
public ResourceBundleWrapper getBundle(ResourceBundleWrapper baseDocument,
                                       java.util.Locale locale)
- Specified by:
 getBundle in class ChainedBundleFactory
 
 
getBundleList
public java.util.List<BundleRegistrationInfo> getBundleList()
- Specified by:
 getBundleList in class ChainedBundleFactory
 
 
addBundle
public void addBundle(java.lang.String bundleId)
- Specified by:
 addBundle in class ChainedBundleFactory
 
 
removeBundle
public void removeBundle(java.lang.String bundleId)
- Specified by:
 removeBundle in class ChainedBundleFactory
 
 
flushChanges
public void flushChanges()
- Specified by:
 flushChanges in class ChainedBundleFactory
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.