Class PrintPage

java.lang.Object
   |
   +----PrintPage

public class PrintPage
extends Object
This class generates the header and footer for the html pages


Constructor Index

 o PrintPage()

Method Index

 o putFooter(PrintWriter)
This method prints the footer for Sysad.
 o putFooter1(PrintWriter)
This method prints the footer for normal users.
 o putHeader(PrintWriter, String)
This method prints a header for the page

Constructors

 o PrintPage
 public PrintPage()

Methods

 o putHeader
 public void putHeader(PrintWriter out,
                       String title)
This method prints a header for the page

 o putFooter
 public void putFooter(PrintWriter out)
This method prints the footer for Sysad.

 o putFooter1
 public void putFooter1(PrintWriter out)
This method prints the footer for normal users.