applicationLogic
Class ControlFlow

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by applicationLogic.ControlFlow
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
Login, Logout, NewPatient, Patient, Physician, Procedure

public class ControlFlow
extends javax.servlet.http.HttpServlet

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.

Author:
02leungi
See Also:
Serialized Form

Field Summary
static java.lang.String FILTER_CACHE
           
static java.lang.String SYSTEM_NAME
           
static java.lang.String USER_CACHE
           
static java.lang.String USER_CACHE2
           
static java.lang.String USER_SESSION
           
 
Constructor Summary
ControlFlow()
           
 
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
 

Field Detail

SYSTEM_NAME

public static final java.lang.String SYSTEM_NAME
See Also:
Constant Field Values

USER_SESSION

public static final java.lang.String USER_SESSION
See Also:
Constant Field Values

USER_CACHE

public static final java.lang.String USER_CACHE
See Also:
Constant Field Values

USER_CACHE2

public static final java.lang.String USER_CACHE2
See Also:
Constant Field Values

FILTER_CACHE

public static final java.lang.String FILTER_CACHE
See Also:
Constant Field Values
Constructor Detail

ControlFlow

public ControlFlow()