applicationLogic
Class Login

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by applicationLogic.ControlFlow
              extended by applicationLogic.Login
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Login
extends ControlFlow

Control class that uses the user interface classes to display the user interface, and facilitates the communication between the front-end and back-end classes. This class handles the login functionality.

Author:
02leungi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class applicationLogic.ControlFlow
FILTER_CACHE, SYSTEM_NAME, USER_CACHE, USER_CACHE2, USER_SESSION
 
Constructor Summary
Login()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Login

public Login()