Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.util.misc
Class SessionLocales  view SessionLocales download SessionLocales.java

java.lang.Object
  extended byopenfuture.util.misc.SessionLocales
All Implemented Interfaces:
java.io.Serializable

public class SessionLocales
extends java.lang.Object
implements java.io.Serializable

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.