|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bundle | |
---|---|
org.apache.cocoon.i18n | Internationalization support. |
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 |
XMLResourceBundleFactory.select(String[] directories,
String name,
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 |
XMLResourceBundleFactory.select(String name,
Locale locale)
Select a bundle based on the bundle name and the locale. |
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 |
BundleFactory.select(String bundleName,
String locale)
Select a bundle based on the bundle name and the locale name from the default catalogue. |
Bundle |
XMLResourceBundleFactory.select(String directory,
String name,
Locale locale)
Select a bundle based on the catalogue base location, bundle name, and the locale. |
Bundle |
BundleFactory.select(String base,
String bundleName,
Locale locale)
Select a bundle based on the catalogue base location, 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 |
BundleFactory.select(String base,
String bundleName,
String locale)
Select a bundle based on the catalogue base location, bundle name, and the locale name. |
Methods in org.apache.cocoon.i18n with parameters of type Bundle | |
---|---|
void |
XMLResourceBundleFactory.release(Bundle bundle)
|
void |
BundleFactory.release(Bundle bundle)
Releases a bundle back to the bundle factory when it's not needed anymore. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |