edu.jhu.tmaj.servlet
Class ServletUtil

java.lang.Object
  extended by edu.jhu.tmaj.servlet.ServletUtil

final class ServletUtil
extends java.lang.Object

A class used to generate the header for an HTML document.


Constructor Summary
ServletUtil()
           
 
Method Summary
static java.lang.String headWithTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletUtil

ServletUtil()
Method Detail

headWithTitle

public static java.lang.String headWithTitle(java.lang.String title)