freemarker.doc
Class WebSite

java.lang.Object
  extended by freemarker.doc.WebSite

public final class WebSite
extends java.lang.Object

Creates the FM-Classic web site navigation bars.

Version:
$Id: WebSite.java 1140 2013-04-14 12:01:41Z run2000 $

Constructor Summary
WebSite()
          Default constructor.
 
Method Summary
static void main(java.lang.String[] args)
          Main method for creating the website navigation bar.
 void makeTableOfContents()
          Creates the navigation bar for the manual.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSite

public WebSite()
Default constructor.

Method Detail

makeTableOfContents

public void makeTableOfContents()
                         throws java.lang.Exception
Creates the navigation bar for the manual. The parsing happens courtesy of the NodeListModel class, and most of the output logic happens in the template.

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
Main method for creating the website navigation bar.

Parameters:
args - the command line arguments