© 2005 BEA Systems, Inc.

com.bea.netuix.servlets.l10n
Interface LocaleProvider

All Known Implementing Classes:
DefaultLocaleProvider

public interface LocaleProvider

Interface for implementations of classes that provide a set of Locales to the internal localization logic. This is useful for cases where the default list of locales taken from the ServletRequest needs be overridden.


Method Summary
 Enumeration getLocales(ServletRequest request, ServletContext context)
          Provides an Enumeration of Locales that can be used to determine the most appropriate response Locale.
 

Method Detail

getLocales

public Enumeration getLocales(ServletRequest request,
                              ServletContext context)

Provides an Enumeration of Locales that can be used to determine the most appropriate response Locale.

Parameters:
request - the current ServletReqeust
context - the current ServletContext
Returns:
an Enumeration of preferred Locale objects, ordered by preference

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved