org.javaWebGen
Class LoginController

java.lang.Object
  extended by org.javaWebGen.WebController
      extended by org.javaWebGen.LoginController

public class LoginController
extends WebController


Field Summary
 
Fields inherited from class org.javaWebGen.WebController
SOAP_BODY, SOAP_FOOTER, SOAP_HEADER
 
Constructor Summary
LoginController()
           
 
Method Summary
 java.lang.String exec(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  BaseLoginModel getModel()
          get the correct model class
 
Methods inherited from class org.javaWebGen.WebController
doJSON, doSOAP, getCmd, getFormBean, getPage, getSession, getWebSession, valSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginController

public LoginController()
Method Detail

exec

public java.lang.String exec(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws WebAppException
Specified by:
exec in class WebController
Returns:
url to jump to
Throws:
WebAppException

getModel

protected BaseLoginModel getModel()
                           throws WebAppException
get the correct model class

Returns:
model class
Throws:
WebAppException


Copyright(C) 2003-2006 Kevin Scott - All Rights Reserved.