com.sun.faces.generate
Class JspTLD12Generator
java.lang.Object
com.sun.faces.generate.JspTLDGenerator
com.sun.faces.generate.JspTLD12Generator
- All Implemented Interfaces:
- Generator
public class JspTLD12Generator
- extends JspTLDGenerator
A JspTldGenerator
specific for JSP 1.2 style TLDs.
Method Summary |
protected void |
writeProlog()
The XML header for the TLD file. |
protected void |
writeTags()
The tags for this TLD. |
protected void |
writeTldDescription()
The description element for this TLD. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspTLD12Generator
public JspTLD12Generator(PropertyManager propManager)
writeProlog
protected void writeProlog()
throws IOException
- The XML header for the TLD file.
- Overrides:
writeProlog
in class JspTLDGenerator
- Throws:
IOException
writeTldDescription
protected void writeTldDescription()
throws IOException
- The description element for this TLD.
- Specified by:
writeTldDescription
in class JspTLDGenerator
- Throws:
IOException
writeTags
protected void writeTags()
throws IOException
- The tags for this TLD.
- Specified by:
writeTags
in class JspTLDGenerator
- Throws:
IOException
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.