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 $

Field Summary
static String versionId
           
 
Method Summary
 Locale getLocale()
           Get the provided Locale.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

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 20 2004:2337 UTC