Save This Page
Home » struts-1.3.9-src » examples » app1 » [javadoc | source]
examples.app1
public final class: AddressForm [javadoc | source]
java.lang.Object
   org.apache.struts.action.ActionForm
      examples.app1.AddressForm

A simple form that allows a user to enter and modify an address.

Method from examples.app1.AddressForm Summary:
getAction,   getCity,   getCountry,   getFirstname,   getLanguages,   getLastname,   getLocale,   getStreet,   getZip,   reset,   setAction,   setCity,   setCountry,   setFirstname,   setLanguages,   setLastname,   setLocale,   setStreet,   setZip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from examples.app1.AddressForm Detail:
 public String getAction() 
 public String getCity() 
 public String getCountry() 
 public String getFirstname() 
 public String[] getLanguages() 
 public String getLastname() 
 public String getLocale() 
 public String getStreet() 
 public String getZip() 
 public  void reset(ActionMapping mapping,
    HttpServletRequest request) 
    Reset all properties to their default values.
 public  void setAction(String s) 
 public  void setCity(String s) 
 public  void setCountry(String s) 
 public  void setFirstname(String s) 
 public  void setLanguages(String[] s) 
 public  void setLastname(String s) 
 public  void setLocale(String s) 
 public  void setStreet(String s) 
 public  void setZip(String s)