com.arsdigita.acs
Class TldDocGen
java.lang.Object
|
+--com.arsdigita.acs.TldDocGen
- public class TldDocGen
- extends Object
Field Summary |
static String |
tldPrefix
Simple Java class to convert a JSP tag library descriptor
(TLD) into a human-readable HTML file. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tldPrefix
public static String tldPrefix
- Simple Java class to convert a JSP tag library descriptor
(TLD) into a human-readable HTML file.
Takes two command line arguments: a path to the TLD file to
process, and the tag library prefix (the part of the tag name
that comes before the colon when the tag is used in a JSP page).
TldDocGen
public TldDocGen()
main
public static void main(String[] args)
throws Exception
renderHtmlHeader
public static String renderHtmlHeader()
renderHtmlFooter
public static String renderHtmlFooter()
renderHtmlForTag
public static String renderHtmlForTag(String name,
String klass,
String eiKlass,
String info,
Vector attrNames,
Vector attrRequired)
- Renders HTML for a single TLD tag definition.