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

Quick Search    Search Deep

openfuture.bugbase.forms
Class SelectLanguageForm  view SelectLanguageForm download SelectLanguageForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byopenfuture.bugbase.forms.SelectLanguageForm
All Implemented Interfaces:
java.io.Serializable

public class SelectLanguageForm
extends org.apache.struts.action.ActionForm

Bean containing a language selection.

Created: Mon Jan 08 18:32:00 2001

Version:
$Revision: 1.3 $

Field Summary
private  java.lang.String locale
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SelectLanguageForm()
           
 
Method Summary
 java.lang.String getLocale()
          Get the value of locale.
 void setLocale(java.lang.String v)
          Set the value of locale.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

private java.lang.String locale
Constructor Detail

SelectLanguageForm

public SelectLanguageForm()
Method Detail

getLocale

public java.lang.String getLocale()
Get the value of locale.


setLocale

public void setLocale(java.lang.String v)
Set the value of locale.