|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlobalizationException | |
com.arsdigita.globalization | Provides a set of classes to support globalization of web applications. |
Uses of GlobalizationException in com.arsdigita.globalization |
Methods in com.arsdigita.globalization that throw GlobalizationException | |
void |
MessageCatalog.setLocale(Locale locale)
Set the locale associated with this MessageCatalog. |
void |
MessageCatalog.setMap(Map catalog)
Serialize the MessageCatalog to the database from a Map object. |
static MessageCatalog |
MessageCatalog.retrieve(String name)
Retrieve the MessageCatalog from persistent storage. |
static MessageCatalog |
MessageCatalog.retrieve(String name,
Locale locale)
Retrieve the MessageCatalog from persistent storage. |
static MessageCatalog |
MessageCatalog.retrieveForEdit(String name)
Retrieve the MessageCatalog from persistent storage for edit. |
static MessageCatalog |
MessageCatalog.retrieveForEdit(String name,
Locale locale)
Retrieve the MessageCatalog from persistent storage for edit. |
static Locale |
Locale.fromJavaLocale(Locale locale)
Retrieve a Locale DomainObject based on a java.util.Locale |
Constructors in com.arsdigita.globalization that throw GlobalizationException | |
MessageCatalog(String name,
Locale locale)
Constructor for a new MessageCatalog associated with a particular Locale. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |