|
|||||||||
Home >> All >> openfuture >> bugbase >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.bugbase.forms
Class SelectLanguageForm

java.lang.Objectorg.apache.struts.action.ActionForm
openfuture.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.
|
|||||||||
Home >> All >> openfuture >> bugbase >> [ forms overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |