com.mindprod.holidays
Class ExportHolidaysAsHTML

java.lang.Object
  extended by com.mindprod.holidays.ExportHolidaysAsHTML

public final class ExportHolidaysAsHTML
extends java.lang.Object

Export list of holidays to HTML for summary display.

Since:
2008
Version:
1.0 2008-12-03 initial version
Author:
Roedy Green, Canadian Mind Products

Constructor Summary
ExportHolidaysAsHTML()
           
 
Method Summary
static void main(java.lang.String[] args)
          Allow this applet to run as as application as well.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportHolidaysAsHTML

public ExportHolidaysAsHTML()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Allow this applet to run as as application as well.

Parameters:
args - command line arguments ignored.
Throws:
java.io.IOException - if cannot load or export all the holidays.