Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class JspTLD21Generator

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

public class JspTLD21Generator
extends JspTLDGenerator

A JspTldGenerator specific for JSP 2.1 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
JspTLD21Generator(PropertyManager propManager)
           
 
Method Summary
protected  String getRtexprvalue(String tagName, String attributeName)
          Return the "rtexprvalue" element value for the tag attribute.
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, initWriter, loadOptionalTags, makeTldTagName, writeDocument, writeProlog, writeValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTLD21Generator

public JspTLD21Generator(PropertyManager propManager)
Method Detail

getRtexprvalue

protected String getRtexprvalue(String tagName,
                                String attributeName)
Description copied from class: JspTLDGenerator
Return the "rtexprvalue" element value for the tag attribute.

Overrides:
getRtexprvalue in class JspTLDGenerator

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.