applicationLogic
Class ControlFlow
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
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 |
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
ControlFlow
public ControlFlow()