java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.aoindustries.web.struts.ContactForm
- All Implemented Interfaces:
Serializable
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
void
reset
(ActionMapping mapping, HttpServletRequest request) void
void
setMessage
(String message) void
setSubject
(String subject) validate
(ActionMapping mapping, HttpServletRequest request) Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
-
Constructor Details
-
ContactForm
public ContactForm()
-
-
Method Details
-
reset
- Overrides:
reset
in classValidatorForm
-
getFrom
-
setFrom
-
getSubject
-
setSubject
-
getMessage
-
setMessage
-
validate
- Overrides:
validate
in classValidatorForm
-