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, validatorResultsFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()voidreset(ActionMapping mapping, HttpServletRequest request) voidvoidsetMessage(String message) voidsetSubject(String subject) validate(ActionMapping mapping, HttpServletRequest request) Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultsMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
-
Constructor Details
-
ContactForm
public ContactForm()
-
-
Method Details
-
reset
- Overrides:
resetin classValidatorForm
-
getFrom
-
setFrom
-
getSubject
-
setSubject
-
getMessage
-
setMessage
-
validate
- Overrides:
validatein classValidatorForm
-
