org.apache.cocoon.i18n |
Internationalization
Internationalization support.
Internationalization bundle resource handling interfaces and default
implementation for XML message catalogue.
Other helper classes for i18n and localization.
|
Java Source File Name | Type | Comment |
Bundle.java | Interface | Resource bundle component interface. |
BundleFactory.java | Interface | Bundle Factory implementations are responsible for loading and providing
particular types of resource bundles, implementors of Bundle interface. |
I18nUtils.java | Class | A utility class for i18n formatting and parsing routing. |
XMLResourceBundle.java | Class | Implementation of Bundle interface for XML resources. |
XMLResourceBundleFactory.java | Class | This is the XMLResourceBundleFactory, the method for getting and creating
XMLResourceBundles. |