|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.i18n.CmsI18nInfo
public class CmsI18nInfo
Bundle of i18n setting to be used to setup a new request context.
Constructor Summary | |
---|---|
CmsI18nInfo(java.util.Locale locale,
java.lang.String encoding)
Generates a new i18n info object. |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the encoding to use. |
java.util.Locale |
getLocale()
Returns the locale to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsI18nInfo(java.util.Locale locale, java.lang.String encoding)
locale
- the locale to useencoding
- the encoding to useMethod Detail |
---|
public java.lang.String getEncoding()
public java.util.Locale getLocale()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |