com.nurelm.nucontent.controller.usermgr
Class AddUserForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended bycom.nurelm.nucontent.controller.usermgr.UserForm
              extended bycom.nurelm.nucontent.controller.usermgr.AddUserForm
All Implemented Interfaces:
java.io.Serializable

public final class AddUserForm
extends UserForm

DOCUMENT ME!

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nurelm.nucontent.controller.usermgr.UserForm
emailAddress, groups, password, selectedGroups, username, verifyPassword
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
AddUserForm()
           
 
Method Summary
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.nurelm.nucontent.controller.usermgr.UserForm
getEmailAddress, getGroups, getPassword, getSelectedGroups, getUsername, getVerifyPassword, reset, setEmailAddress, setGroups, setPassword, setSelectedGroups, setUsername, setVerifyPassword
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, 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

AddUserForm

public AddUserForm()
Method Detail

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)