org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales Class Reference

List of all members.

Public Member Functions

 ApplicationLocales (ActionServlet servlet)
List getLocaleLabels ()
List getLocaleValues ()
List getSupportedLocales ()

Protected Attributes

ArrayList localeLabels = new ArrayList()
ArrayList localeValues = new ArrayList()
ArrayList supportedLocales = new ArrayList()

Detailed Description

Class to hold the Locales supported by this package.

Author:
Patrick Luby

Craig R. McClanahan

Version:
Revision
1.2
Date
2004/09/15 12:19:50

Definition at line 81 of file ApplicationLocales.java.


Constructor & Destructor Documentation

org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.ApplicationLocales ActionServlet  servlet  ) 
 

Initialize the set of Locales supported by this application.

Parameters:
servlet ActionServlet we are associated with

Definition at line 90 of file ApplicationLocales.java.


Member Function Documentation

List org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.getLocaleLabels  ) 
 

Return the set of Locale labels supported by this application.

Definition at line 139 of file ApplicationLocales.java.

List org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.getLocaleValues  ) 
 

Return the set of Locale values supported by this application.

Definition at line 148 of file ApplicationLocales.java.

List org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.getSupportedLocales  ) 
 

Return the set of Locales supported by this application.

Definition at line 157 of file ApplicationLocales.java.


Member Data Documentation

ArrayList org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.localeLabels = new ArrayList() [protected]
 

The set of Locale labels supported by this application.

Definition at line 122 of file ApplicationLocales.java.

ArrayList org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.localeValues = new ArrayList() [protected]
 

The set of Locale values supported by this application.

Definition at line 127 of file ApplicationLocales.java.

ArrayList org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales.supportedLocales = new ArrayList() [protected]
 

The set of supported Locales for this application.

Definition at line 132 of file ApplicationLocales.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:08:19 2005 for JOnAS by  doxygen 1.3.9.1