Save This Page
Home » struts-2.0.11.2-src » example » [javadoc | source]
example
public class: GuestbookEntryForm [javadoc | source]
java.lang.Object
   ActionForm
      example.GuestbookEntryForm
Constructor:
 public GuestbookEntryForm() 
Method from example.GuestbookEntryForm Summary:
getEmail,   getMessage,   getName,   setEmail,   setMessage,   setName,   validate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from example.GuestbookEntryForm Detail:
 public String getEmail() 
 public String getMessage() 
 public String getName() 
 public  void setEmail(String email) 
 public  void setMessage(String message) 
 public  void setName(String name) 
 public ActionErrors validate(ActionMapping arg0,
    HttpServletRequest arg1)