Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class JspTLD12Generator

java.lang.Object
  extended by com.sun.faces.generate.JspTLDGenerator
      extended by com.sun.faces.generate.JspTLD12Generator
All Implemented Interfaces:
Generator

public class JspTLD12Generator
extends JspTLDGenerator

A JspTldGenerator specific for JSP 1.2 style TLDs.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.faces.generate.JspTLDGenerator
JspTLDGenerator.XMLWriter
 
Field Summary
 
Fields inherited from class com.sun.faces.generate.JspTLDGenerator
configBean, propManager, writer
 
Constructor Summary
JspTLD12Generator(PropertyManager propManager)
           
 
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 com.sun.faces.generate.JspTLDGenerator
attributeShouldBeExcluded, endDocument, generate, getBodyContent, getRtexprvalue, initWriter, loadOptionalTags, makeTldTagName, writeDocument, writeValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTLD12Generator

public JspTLD12Generator(PropertyManager propManager)
Method Detail

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

Mojarra JSF Tools 2.1.28.SP9

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.