|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
Provides an Enumeration of Locales that can be used to determine the most appropriate response Locale. |
| Method Detail |
|---|
Enumeration getLocales(javax.servlet.ServletRequest request,
javax.servlet.ServletContext context)
Provides an Enumeration of Locales that can be used to determine the most appropriate response Locale.
request - the current ServletReqeustcontext - the current ServletContext
Enumeration of preferred Locale objects, ordered by preference
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||