mro.util
Class HTMLHelper

java.lang.Object
  extended by mro.util.HTMLHelper

public class HTMLHelper
extends java.lang.Object

A helper class. Some functions used when printing html-documents.


Constructor Summary
HTMLHelper()
           
 
Method Summary
static void printHTMLEnd(java.io.PrintWriter pw)
           
static void printHTMLHead(java.io.PrintWriter pw, java.lang.String title)
           
static void printHTMLLink(java.io.PrintWriter pw, java.lang.String string, java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLHelper

public HTMLHelper()
Method Detail

printHTMLHead

public static void printHTMLHead(java.io.PrintWriter pw,
                                 java.lang.String title)
                          throws java.io.IOException
Throws:
java.io.IOException

printHTMLLink

public static void printHTMLLink(java.io.PrintWriter pw,
                                 java.lang.String string,
                                 java.lang.String location)
                          throws java.io.IOException
Throws:
java.io.IOException

printHTMLEnd

public static void printHTMLEnd(java.io.PrintWriter pw)
                         throws java.io.IOException
Throws:
java.io.IOException