|
|||||||||
Home >> All >> openfuture >> util >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.util.misc
Class SessionLocales

java.lang.Objectopenfuture.util.misc.SessionLocales
- All Implemented Interfaces:
- java.io.Serializable
- public class SessionLocales
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
SessionLocales.java Created: Tue Jan 09 08:14:36 2001
- Version:
- $Revision: 1.1.1.1 $
Field Summary | |
private java.util.LinkedList |
codes
|
private java.util.LinkedList |
displayNames
|
private java.util.LinkedList |
locales
|
Constructor Summary | |
SessionLocales(java.lang.String names)
Creates a new SessionLocales instance. |
Method Summary | |
void |
addLocale(java.util.Locale l)
Adds a new Locale to the current list. |
static java.util.Locale |
createLocale(java.lang.String name)
Creates a new Locale from the given ISO locale name (de_DE, etc.). |
java.util.LinkedList |
getCodes()
Get the value of codes. |
java.util.LinkedList |
getDisplayNames()
Get the value of displayNames. |
java.util.LinkedList |
getLocales()
Get the value of locales. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
codes
private java.util.LinkedList codes
displayNames
private java.util.LinkedList displayNames
locales
private java.util.LinkedList locales
Constructor Detail |
SessionLocales
public SessionLocales(java.lang.String names)
- Creates a new
SessionLocales
instance.
Method Detail |
createLocale
public static java.util.Locale createLocale(java.lang.String name)
- Creates a new Locale from the given ISO locale name (de_DE, etc.).
getCodes
public java.util.LinkedList getCodes()
- Get the value of codes.
getDisplayNames
public java.util.LinkedList getDisplayNames()
- Get the value of displayNames.
getLocales
public java.util.LinkedList getLocales()
- Get the value of locales.
addLocale
public void addLocale(java.util.Locale l)
- Adds a new Locale to the current list.
|
|||||||||
Home >> All >> openfuture >> util >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |