Class PrintPage
java.lang.Object
|
+----PrintPage
- public class PrintPage
- extends Object
This class generates the header and footer for the html pages
-
PrintPage()
-
-
putFooter(PrintWriter)
- This method prints the footer for Sysad.
-
putFooter1(PrintWriter)
- This method prints the footer for normal users.
-
putHeader(PrintWriter, String)
- This method prints a header for the page
PrintPage
public PrintPage()
putHeader
public void putHeader(PrintWriter out,
String title)
- This method prints a header for the page
putFooter
public void putFooter(PrintWriter out)
- This method prints the footer for Sysad.
putFooter1
public void putFooter1(PrintWriter out)
- This method prints the footer for normal users.