public final class LogonForm
extends org.apache.struts.validator.ValidatorForm
| Constructor and Description |
|---|
LogonForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJ_password()
Return the password.
|
String |
getJ_username()
Return the username.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values.
|
void |
setJ_password(String j_password)
Set the password.
|
void |
setJ_username(String j_username)
Set the username.
|
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validatepublic String getJ_password()
public void setJ_password(String j_password)
password - The new passwordpublic String getJ_username()
public void setJ_username(String j_username)
username - The new usernamepublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.validator.ValidatorFormmapping - The mapping used to select this instancerequest - The servlet request we are processingCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.