org.ow2.jonas.webapp.jonasadmin
Class ApplicationLocales

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

public final class ApplicationLocales
extends Object

Class to hold the Locales supported by this package.

Version:
$Revision: 11749 $ $Date: 2007-10-08 11:47:44 +0200 (lun 08 oct 2007) $
Author:
Patrick Luby, Craig R. McClanahan

Field Summary
protected  ArrayList localeLabels
          The set of Locale labels supported by this application.
protected  ArrayList localeValues
          The set of Locale values supported by this application.
protected  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
 List getLocaleLabels()
          Return the set of Locale labels supported by this application.
 List getLocaleValues()
          Return the set of Locale values supported by this application.
 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 ArrayList localeLabels
The set of Locale labels supported by this application.


localeValues

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


supportedLocales

protected 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 List getLocaleLabels()
Return the set of Locale labels supported by this application.


getLocaleValues

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


getSupportedLocales

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.