LocalizationLocale Class
- public class LocalizationLocale
extends Object
implements Serializable
A portal specific wrapper class for Locale that contains the encoding. A LocalizationLocale can be
to compared other LocalizationLocale classes through the use of the equals method.
-
Hierarchy
-
Object
LocalizationLocale
-
All Implemented Interfaces
-
Serializable
debug
protected static Debug debug
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
LocalizationLocale
public LocalizationLocale(Locale locale,
String encoding)
LocalizationLocale
public LocalizationLocale(Locale locale)
equals(Object) Method
public boolean equals(Object o)
-
Overrides
-
Object.equals(Object)
getEncoding() Method
public String getEncoding()
getLocale() Method
public Locale getLocale()
getLocalizationLocaleId() Method
public LocalizationLocaleId getLocalizationLocaleId()
setEncoding(String) Method
public void setEncoding(String encoding)
setLocale(Locale) Method
public void setLocale(Locale locale)
toString() Method
public String toString()
-
Overrides
-
Object.toString()