Uses of Interface
org.apache.cocoon.i18n.Bundle

Packages that use Bundle
org.apache.cocoon.i18n   
org.apache.cocoon.transformation   
 

Uses of Bundle in org.apache.cocoon.i18n
 

Classes in org.apache.cocoon.i18n that implement Bundle
 class XMLResourceBundle
          Implementation of Bundle interface for XML resources.
 

Fields in org.apache.cocoon.i18n declared as Bundle
protected  Bundle XMLResourceBundle.parent
          Parent of the current bundle
 

Methods in org.apache.cocoon.i18n that return Bundle
 Bundle BundleFactory.select(String base, String bundleName, String locale)
          Select a bundle based on the catalogue base location, bundle name, and the locale name.
 Bundle BundleFactory.select(String base, String bundleName, Locale locale)
          Select a bundle based on the catalogue base location, bundle name, and the locale.
 Bundle BundleFactory.select(String[] directories, String bundleName, Locale locale)
          Select a bundle based on the catalogue base location, bundle name, and the locale.
 Bundle BundleFactory.select(String bundleName, String locale)
          Select a bundle based on the bundle name and the locale name from the default catalogue.
 Bundle BundleFactory.select(String bundleName, Locale locale)
          Select a bundle based on the bundle name and the locale from the default catalogue.
 Bundle XMLResourceBundleFactory.select(String name, String locale)
          Select a bundle based on the bundle name and the locale name.
 Bundle XMLResourceBundleFactory.select(String name, Locale locale)
          Select a bundle based on the bundle name and the locale.
 Bundle XMLResourceBundleFactory.select(String directory, String name, String localeName)
          Select a bundle based on the catalogue base location, bundle name, and the locale name.
 Bundle XMLResourceBundleFactory.select(String directory, String name, Locale locale)
          Select a bundle based on the catalogue base location, bundle name, and the locale.
 Bundle XMLResourceBundleFactory.select(String[] directories, String name, Locale locale)
          Select a bundle based on the catalogue base location, bundle name, and the locale.
 

Methods in org.apache.cocoon.i18n with parameters of type Bundle
 void BundleFactory.release(Bundle bundle)
          Releases a bundle back to the bundle factory when it's not needed anymore.
 void XMLResourceBundleFactory.release(Bundle bundle)
           
 

Constructors in org.apache.cocoon.i18n with parameters of type Bundle
XMLResourceBundle(String sourceURI, Locale locale, Bundle parent)
          Construct a bundle.
 

Uses of Bundle in org.apache.cocoon.transformation
 

Methods in org.apache.cocoon.transformation that return Bundle
 Bundle I18nTransformer.CatalogueInfo.getCatalogue()
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.