oracle.i18n.servlet.localesource
Class ApplicationDefault
java.lang.Object
|
+--oracle.i18n.servlet.localesource.LocaleSource
|
+--oracle.i18n.servlet.localesource.ApplicationDefault
- All Implemented Interfaces:
- Serializable
- public class ApplicationDefault
- extends LocaleSource
ApplicationDefault is the application default locale source class that
includes the default locale and attributes used in the application.
All data in this object is filled by ApplicationContext
in the
initialization process. The values are immutable and cannot be changed
until the application is shutdown.
- Since:
- 10.1.1
- See Also:
- Serialized Form
Methods inherited from class oracle.i18n.servlet.localesource.LocaleSource |
equals, getAttribute, getCharacterSet, getCollator, getCurrencyFormat, getDateFormat, getDateTimeFormat, getISOCurrency, getLocale, getLocaleSourceClass, getNumberFormat, getTimeFormat, getTimeZone, getWritingDirection, hashCode, isCached, isReadOnly, isValidated, load, setAttribute, setCharacterSet, setCollator, setCurrencyFormat, setDateFormat, setDateTimeFormat, setISOCurrency, setLocale, setLocale, setLocaleSourceClass, setNumberFormat, setTimeFormat, setTimeZone, setWritingDirection, store |
Copyright © 2003 Oracle Corporation. All Rights Reserved.