|
|||||||||
| Home >> All >> org >> apache >> webapp >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.webapp.admin
Class ApplicationLocales

java.lang.Objectorg.apache.webapp.admin.ApplicationLocales
- public final class ApplicationLocales
- extends java.lang.Object
Class to hold the Locales supported by this package.
- Version:
- $Revision: 302997 $ $Date: 2004-07-10 02:56:16 -0400 (Sat, 10 Jul 2004) $
| 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.
| 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.
|
|||||||||
| Home >> All >> org >> apache >> webapp >> [ admin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.webapp.admin.ApplicationLocales