com.ondelette.servlet
Class ServletCopyright

java.lang.Object
  |
  +--com.ondelette.servlet.ServletCopyright

public final class ServletCopyright
extends java.lang.Object

Description of the Class


Constructor Summary
ServletCopyright()
           
 
Method Summary
static java.lang.String getCopyright()
          Gets the copyright attribute of the ServletCopyright class
static void printFooter(java.io.PrintWriter out)
          This footer gives copyright info in HTML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletCopyright

public ServletCopyright()
Method Detail

getCopyright

public static java.lang.String getCopyright()
Gets the copyright attribute of the ServletCopyright class

Returns:
The copyright string
Since:
0.30

printFooter

public static void printFooter(java.io.PrintWriter out)
                        throws java.io.IOException
This footer gives copyright info in HTML.

Parameters:
out -
Throws:
java.io.IOException
Since:
0.30