|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.chwf.webdoc.TagDoc
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.xslNote: Does not currently support JSP 1.2 tag libraries.
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 |
public TagDoc()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- Command line args.java.lang.Exception
- For transformation and write errors.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |