|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.security.action.form.LogonForm
public final class LogonForm
Form bean for the user profile page. This form has the following fields, with default values in square brackets:
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
LogonForm()
|
Method Summary | |
---|---|
String |
getDest()
|
String |
getPassword()
Return the password. |
String |
getRequiredRole()
|
String |
getUsername()
Return the username. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Reset all properties to their default values. |
void |
setDest(String dest)
|
void |
setPassword(String password)
Set the password. |
void |
setRequiredRole(String role)
|
void |
setUsername(String username)
Set the username. |
org.apache.struts.action.ActionErrors |
validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
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 LogonForm()
Method Detail |
---|
public String getPassword()
public void setPassword(String password)
password
- The new passwordpublic String getUsername()
public void setUsername(String username)
username
- The new usernamepublic String getDest()
public void setDest(String dest)
public String getRequiredRole()
public void setRequiredRole(String role)
public void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
validate
in class org.apache.struts.action.ActionForm
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |