org.apache.myfaces.examples.misc
Class OptionsForm

java.lang.Object
  extended by org.apache.myfaces.examples.misc.OptionsForm

public class OptionsForm
extends Object

DOCUMENT ME!

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)

Constructor Summary
OptionsForm()
           
 
Method Summary
 List getAvailableLanguages()
           
 String getLanguage()
           
 Locale getLocale()
           
 void setLanguage(String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsForm

public OptionsForm()
Method Detail

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getLocale

public Locale getLocale()

getAvailableLanguages

public List getAvailableLanguages()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.