Package org.apache.fulcrum.localization

Interface Summary
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.
 

Class Summary
DefaultLocalizationService This class is the single point of access to all localization resources.
LocaleTokenizer Parses the HTTP Accept-Language header as per section 14.4 of RFC 2068 (HTTP 1.1 header field definitions).
LocaleTokenizer.AcceptLanguage Struct representing an element of the HTTP Accept-Language header.
SimpleLocalizationServiceImpl This class is the single point of access to all localization resources.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.