|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.l10n.DefaultLocaleProvider
public class DefaultLocaleProvider
Default implementation of LocaleProvider that uses the
ServletRequest as the source of preferred Locales.
| Constructor Summary | |
|---|---|
DefaultLocaleProvider()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLocaleProvider()
| Method Detail |
|---|
public 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.
This implementation just uses the ServletRequest
to obtain the set of preferred locales.
getLocales in interface LocaleProviderrequest - the current ServletReqeustcontext - the current ServletContext
Enumeration of preferred Locale objects, ordered by preference
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||