|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.apache.struts.webapp.example.RegistrationForm
public final class RegistrationForm
Form bean for the user registration page. This form has the following fields, with default values in square brackets:
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 | |
---|---|
RegistrationForm()
|
Method Summary | |
---|---|
String |
getAction()
Return the maintenance action. |
String |
getFromAddress()
Return the from address. |
String |
getFullName()
Return the full name. |
String |
getPassword()
Return the password. |
String |
getPassword2()
Return the confirmation password. |
String |
getReplyToAddress()
Return the reply to address. |
String |
getUsername()
Return the username. |
void |
reset(ActionMapping mapping,
HttpServletRequest request)
Reset all properties to their default values. |
void |
setAction(String action)
Set the maintenance action. |
void |
setFromAddress(String fromAddress)
Set the from address. |
void |
setFullName(String fullName)
Set the full name. |
void |
setPassword(String password)
Set the password. |
void |
setPassword2(String password2)
Set the confirmation password. |
void |
setReplyToAddress(String replyToAddress)
Set the reply to address. |
void |
setUsername(String username)
Set the username. |
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionMessages object that encapsulates any
validation errors that have been found. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationForm()
Method Detail |
---|
public String getAction()
public void setAction(String action)
action
- The new maintenance action.public String getFromAddress()
public void setFromAddress(String fromAddress)
fromAddress
- The new from addresspublic String getFullName()
public void setFullName(String fullName)
fullName
- The new full namepublic String getPassword()
public void setPassword(String password)
password
- The new passwordpublic String getPassword2()
public void setPassword2(String password2)
password2
- The new confirmation passwordpublic String getReplyToAddress()
public void setReplyToAddress(String replyToAddress)
replyToAddress
- The new reply to addresspublic String getUsername()
public void setUsername(String username)
username
- The new usernamepublic void reset(ActionMapping mapping, HttpServletRequest request)
reset
in class ValidatorForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic ActionErrors validate(ActionMapping mapping, HttpServletRequest request)
ActionMessages
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionMessages
object with no
recorded error messages.
validate
in class ValidatorForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |