| |
|
| java.lang.Object org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales
ApplicationLocales | final public class ApplicationLocales (Code) | | Class to hold the Locales supported by this package.
author: Patrick Luby author: Craig R. McClanahan version: $Revision: 5432 $ $Date: 2004-09-15 12:19:51 +0000 (Wed, 15 Sep 2004) $ |
Constructor Summary | |
public | ApplicationLocales(ActionServlet servlet) Initialize the set of Locales supported by this application. |
localeLabels | protected ArrayList localeLabels(Code) | | The set of Locale labels supported by this application.
|
localeValues | protected ArrayList localeValues(Code) | | The set of Locale values supported by this application.
|
supportedLocales | protected ArrayList supportedLocales(Code) | | The set of supported Locales for this application.
|
ApplicationLocales | public ApplicationLocales(ActionServlet servlet)(Code) | | Initialize the set of Locales supported by this application.
Parameters: servlet - ActionServlet we are associated with |
getLocaleLabels | public List getLocaleLabels()(Code) | | Return the set of Locale labels supported by this application.
|
getLocaleValues | public List getLocaleValues()(Code) | | Return the set of Locale values supported by this application.
|
getSupportedLocales | public List getSupportedLocales()(Code) | | Return the set of Locales supported by this application.
|
|
|
|