Uses of Interface
com.arsdigita.globalization.LocaleProvider

Packages that use LocaleProvider
com.arsdigita.globalization Provides a set of classes to support globalization of web applications. 
 

Uses of LocaleProvider in com.arsdigita.globalization
 

Classes in com.arsdigita.globalization that implement LocaleProvider
 class ApplicationLocaleProvider
           Provides the Locale of an application.
 class ClientLocaleProvider
           Provides Locale of the client application.
 class SystemLocaleProvider
           Provides the system default Locale.
 

Methods in com.arsdigita.globalization that return LocaleProvider
static LocaleProvider LocaleNegotiator.getApplicationLocaleProvider()
           Get the application LocaleProvider.
static LocaleProvider LocaleNegotiator.getUserLocaleProvider()
           Get the user LocaleProvider.
static LocaleProvider LocaleNegotiator.getClientLocaleProvider()
           Get the client LocaleProvider.
static LocaleProvider LocaleNegotiator.getSystemLocaleProvider()
           Get the system LocaleProvider.
 

Methods in com.arsdigita.globalization with parameters of type LocaleProvider
static void LocaleNegotiator.setApplicationLocaleProvider(LocaleProvider lp)
           Set the LocaleProvider for the application.
static void LocaleNegotiator.setUserLocaleProvider(LocaleProvider lp)
           Set the LocaleProvider for the user.
static void LocaleNegotiator.setClientLocaleProvider(LocaleProvider lp)
           Set the LocaleProvider for the client.
static void LocaleNegotiator.setSystemLocaleProvider(LocaleProvider lp)
           Set the LocaleProvider for the system.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC