com.arsdigita.globalization
Interface LocaleProvider
- All Known Implementing Classes:
- ApplicationLocaleProvider, ClientLocaleProvider, SystemLocaleProvider
- public interface LocaleProvider
Defines the API required for defining a locale provider class. You can
register LocaleProviders with the LocaleNegotiator
as a specific
type of LocaleProvider. Types are: Application preferred locale provider,
user preferred locale provider, client preferred locale provider, and
system preferred locale provider.
- Version:
- $Revision: #7 $ $Date: 2004/04/07 $
versionId
public static final String versionId
- See Also:
- Constant Field Values
getLocale
public Locale getLocale()
Get the provided Locale.
- Returns:
- Locale, The provided Locale.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC