Classes in org.apache.fulcrum.localization used by org.apache.fulcrum.localization |
LocalizationService
Provides localization functionality using the interface provided
by ResourceBundle , plus leverages a "search path"
style traversal of the ResourceBundle objects named by
the locale.default.bundles to discover a value for a
given key. |
SimpleLocalizationService
Provides localization functionality using the interface provided
by ResourceBundle , plus leverages a "search path"
style traversal of the ResourceBundle objects named by
the locale.default.bundles to discover a value for a
given key. |
SimpleLocalizationServiceImpl
This class is the single point of access to all localization
resources. |