public class

FormTest

extends ActionSupport
implements CommandDriven
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.FormTest

Class Overview

A simple form

See Also

Summary

Nested Classes
class FormTest.Preference  
[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
FormTest()
Public Methods
boolean getAdditionalInfo()
String getAge()
String getAuth()
int getBirthYear()
String getComments()
String getCountry()
String[] getDefaultInterests()
String[] getInterests()
boolean getMale()
String getPassword()
Preference[] getPreferences()
String getUser()
void setAdditionalInfo(boolean additionalInfo)
void setAge(String age)
void setAuth(String author)
void setBirthYear(int year)
void setComments(String comments)
void setCountry(String country)
void setInterests(String[] interests)
void setMale(boolean male)
void setPassword(String password)
void setPreferences(Preference[] preferences)
void setUser(String user)
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public FormTest ()

Public Methods

public boolean getAdditionalInfo ()

public String getAge ()

public String getAuth ()

public int getBirthYear ()

public String getComments ()

public String getCountry ()

public String[] getDefaultInterests ()

public String[] getInterests ()

public boolean getMale ()

public String getPassword ()

public Preference[] getPreferences ()

public String getUser ()

public void setAdditionalInfo (boolean additionalInfo)

public void setAge (String age)

public void setAuth (String author)

public void setBirthYear (int year)

public void setComments (String comments)

public void setCountry (String country)

public void setInterests (String[] interests)

public void setMale (boolean male)

public void setPassword (String password)

public void setPreferences (Preference[] preferences)

public void setUser (String user)

Protected Methods

protected String doExecute ()

Throws
Exception