Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.form
Class LoginForm  view LoginForm download LoginForm.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.struts.validator.ValidatorForm
          extended byorg.apache.struts.validator.ValidatorActionForm
              extended bynectar.form.TemplateForm
                  extended bynectar.form.LoginForm
All Implemented Interfaces:
java.io.Serializable

public class LoginForm
extends TemplateForm


Field Summary
private  java.lang.String login
           
private  java.lang.String password
           
 
Fields inherited from class nectar.form.TemplateForm
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
LoginForm()
           
 
Method Summary
 java.lang.String getLogin()
           
 java.lang.String getPassword()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          Called by the framework to reset the fields back to their default values.
protected  void resetFields()
          Reset the fields back to their defaults.
 void setLogin(java.lang.String value)
           
 void setPassword(java.lang.String value)
           
 
Methods inherited from class nectar.form.TemplateForm
getActionErrors, getBlockList, getBlocksByGroup, lookupMessageKey, setBlockList, setBlocksByGroup, validate, validateInternal
 
Methods inherited from class org.apache.struts.validator.ValidatorActionForm
getValidationKey
 
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
 

Field Detail

login

private java.lang.String login

password

private java.lang.String password
Constructor Detail

LoginForm

public LoginForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Called by the framework to reset the fields back to their default values.

Overrides:
reset in class TemplateForm

resetFields

protected void resetFields()
Reset the fields back to their defaults.

Specified by:
resetFields in class TemplateForm

setLogin

public void setLogin(java.lang.String value)

getLogin

public java.lang.String getLogin()

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String value)