|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bundle | |
org.apache.cocoon.i18n | Internationalization support. |
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 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. |
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. |
Methods in org.apache.cocoon.i18n with parameters of type Bundle | |
void |
XMLResourceBundle.init(String name,
String sourceURL,
Locale locale,
Bundle parent)
Initalize the bundle |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |