org.chwf.webdoc
Class TagDoc

java.lang.Object
  |
  +--org.chwf.webdoc.TagDoc

public class TagDoc
extends java.lang.Object

A Java class with a main method for documenting tag library descriptors. Its usage is:

 java org.chwf.webdoc.TagDoc
      [-d <target directory>] <path to TLD file>
All of the real logic for this application is in the XSL file:
    tagdoc-to-html.xsl
Note: Does not currently support JSP 1.2 tag libraries.

Author:
Paul Strack

Constructor Summary
TagDoc()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDoc

public TagDoc()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main.
Parameters:
args - Command line args.
Throws:
java.lang.Exception - For transformation and write errors.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.