|
||||||||||
| 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.appfuse.webapp.form.BaseForm
org.appfuse.webapp.form.UserForm
org.appfuse.webapp.form.UserFormEx
This class is an extension of UserForm to allow
for UI specific setters/getters.
| Field Summary |
| Fields inherited from class org.appfuse.webapp.form.UserForm |
address, city, confirmPassword, country, email, firstName, id, lastName, password, passwordHint, phoneNumber, postalCode, province, roles, username, website |
| Fields inherited from class org.apache.struts.validator.ValidatorForm |
page, validatorResults |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
UserFormEx()
|
|
| Method Summary | |
String[] |
getUserRoles()
|
void |
setUserRoles(String[] userRoles)
|
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
This validation method is designed to be a parent of all other Form's validate methods - this allows the cancel and delete buttons to bypass validation. |
| Methods inherited from class org.appfuse.webapp.form.UserForm |
getAddress, getCity, getConfirmPassword, getCountry, getEmail, getFirstName, getId, getLastName, getPassword, getPasswordHint, getPhoneNumber, getPostalCode, getProvince, getRoles, getUsername, getWebsite, reset, setAddress, setCity, setConfirmPassword, setCountry, setEmail, setFirstName, setId, setLastName, setPassword, setPasswordHint, setPhoneNumber, setPostalCode, setProvince, setRoles, setRoles, setUsername, setWebsite |
| Methods inherited from class org.appfuse.webapp.form.BaseForm |
toString |
| Methods inherited from class org.apache.struts.validator.ValidatorForm |
getPage, getResultValueMap, getValidatorResults, log, log, 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, wait, wait, wait |
| Constructor Detail |
public UserFormEx()
| Method Detail |
public String[] getUserRoles()
public void setUserRoles(String[] userRoles)
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
BaseForm
validate in class BaseFormmapping - The ActionMapping used to select this
instancerequest - The servlet request we are processing
ActionErrors object that encapsulates any
validation errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||