|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.webapp.jonasadmin.ApplicationLocales
public final class ApplicationLocales
Class to hold the Locales supported by this package.
| 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 |
|---|
protected ArrayList localeLabels
protected ArrayList localeValues
protected ArrayList supportedLocales
| Constructor Detail |
|---|
public ApplicationLocales(org.apache.struts.action.ActionServlet servlet)
servlet - ActionServlet we are associated with| Method Detail |
|---|
public List getLocaleLabels()
public List getLocaleValues()
public List getSupportedLocales()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||