|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Locale | |
com.arsdigita.globalization | Provides a set of classes to support globalization of web applications. |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
Uses of Locale in com.arsdigita.globalization |
Methods in com.arsdigita.globalization that return Locale | |
Locale |
Locale.fallback()
Fallback to the more generic version of this locale. |
static Locale |
Locale.fallback(Locale locale)
Fallback to the more generic version of the locale. |
static Locale |
Locale.retrieve(String language)
Retrieve a Locale DomainObject. |
static Locale |
Locale.retrieve(String language,
String country)
Retrieve a Locale DomainObject. |
static Locale |
Locale.retrieve(String language,
String country,
String variant)
Retrieve a Locale DomainObject. |
static Locale |
Locale.fromJavaLocale(Locale locale)
Retrieve a Locale DomainObject based on a java.util.Locale |
static Locale |
Locale.fromJavaLocaleBestMatch(Locale locale)
Retrieve the best matching Locale DomainObject based on a java.util.Locale |
Methods in com.arsdigita.globalization with parameters of type Locale | |
void |
MessageCatalog.setLocale(Locale locale)
Set the locale associated with this MessageCatalog. |
static Locale |
Locale.toJavaLocale(Locale locale)
Create a java.util.Locale from a Locale DomainObject |
Uses of Locale in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that return Locale | |
Locale |
Stylesheet.getLocale()
|
Methods in com.arsdigita.kernel with parameters of type Locale | |
void |
Stylesheet.setLocale(Locale locale)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |