java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
com.aoindustries.web.struts.LoginForm
- 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 TypeMethodDescriptionvoid
reset
(ActionMapping mapping, HttpServletRequest request) void
setPassword
(String password) void
setUsername
(String username) 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
-
LoginForm
public LoginForm()
-
-
Method Details
-
reset
- Overrides:
reset
in classValidatorForm
-
getPassword
-
setPassword
-
getUsername
-
setUsername
-
validate
- Overrides:
validate
in classValidatorForm
-