org.objectweb.jonas.webapp.jonasadmin
Class ApplicationLocales

java.lang.Object
  extended by org.objectweb.jonas.webapp.jonasadmin.ApplicationLocales

public final class ApplicationLocales
extends java.lang.Object

Class to hold the Locales supported by this package.

Version:
$Revision: 5432 $ $Date: 2004-09-15 12:19:51 +0000 (Wed, 15 Sep 2004) $
Author:
Patrick Luby, Craig R. McClanahan

Field Summary
protected  java.util.ArrayList localeLabels
          The set of Locale labels supported by this application.
protected  java.util.ArrayList localeValues
          The set of Locale values supported by this application.
protected  java.util.ArrayList supportedLocales
          The set of supported Locales for this application.
 
Constructor Summary
ApplicationLocales(org.apache.struts.action.ActionServlet servlet)
          Initialize the set of Locales supported by this application.
 
Method Summary
 java.util.List getLocaleLabels()
          Return the set of Locale labels supported by this application.
 java.util.List getLocaleValues()
          Return the set of Locale values supported by this application.
 java.util.List getSupportedLocales()
          Return the set of Locales supported by this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localeLabels

protected java.util.ArrayList localeLabels
The set of Locale labels supported by this application.


localeValues

protected java.util.ArrayList localeValues
The set of Locale values supported by this application.


supportedLocales

protected java.util.ArrayList supportedLocales
The set of supported Locales for this application.

Constructor Detail

ApplicationLocales

public ApplicationLocales(org.apache.struts.action.ActionServlet servlet)
Initialize the set of Locales supported by this application.

Parameters:
servlet - ActionServlet we are associated with
Method Detail

getLocaleLabels

public java.util.List getLocaleLabels()
Return the set of Locale labels supported by this application.


getLocaleValues

public java.util.List getLocaleValues()
Return the set of Locale values supported by this application.


getSupportedLocales

public java.util.List getSupportedLocales()
Return the set of Locales supported by this application.