org.demosys.web.login
Class LoginForm

java.lang.Object
  |
  +--org.apache.struts.action.ActionForm
        |
        +--org.demosys.web.login.LoginForm
All Implemented Interfaces:
java.io.Serializable

public class LoginForm
extends org.apache.struts.action.ActionForm

Struts From to create a User.

See Also:
Serialized Form

Field Summary
protected  org.demosys.web.login.LoginView _view
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
LoginForm()
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 void reset(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 void setPassword(java.lang.String password)
           
 void setUserName(java.lang.String userName)
           
 org.demosys.web.login.LoginView toUserView()
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_view

protected org.demosys.web.login.LoginView _view
Constructor Detail

LoginForm

public LoginForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping actionMapping,
                  javax.servlet.http.HttpServletRequest httpServletRequest)
Overrides:
reset in class org.apache.struts.action.ActionForm

getUserName

public java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

setPassword

public void setPassword(java.lang.String password)

getPassword

public java.lang.String getPassword()

toUserView

public org.demosys.web.login.LoginView toUserView()


Copyright © 2003-2004 Sourceforge. All Rights Reserved.