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() |
Craig R. McClanahan
Definition at line 81 of file ApplicationLocales.java.
|
|
Initialize the set of Locales supported by this application.
Definition at line 90 of file ApplicationLocales.java. |
|
|
Return the set of Locale labels supported by this application. Definition at line 139 of file ApplicationLocales.java. |
|
|
Return the set of Locale values supported by this application. Definition at line 148 of file ApplicationLocales.java. |
|
|
Return the set of Locales supported by this application. Definition at line 157 of file ApplicationLocales.java. |
|
|
The set of Locale labels supported by this application. Definition at line 122 of file ApplicationLocales.java. |
|
|
The set of Locale values supported by this application. Definition at line 127 of file ApplicationLocales.java. |
|
|
The set of supported Locales for this application. Definition at line 132 of file ApplicationLocales.java. |
1.3.9.1