com.sun.faces.generate
Class HtmlTaglib21Generator
java.lang.Object
com.sun.faces.generate.AbstractGenerator
com.sun.faces.generate.HtmlTaglib12Generator
com.sun.faces.generate.HtmlTaglib21Generator
- All Implemented Interfaces:
- Generator
public class HtmlTaglib21Generator
- extends HtmlTaglib12Generator
This class generates tag handler class code that is specifc to the
"html_basic" package and JSP 2.1.
Methods inherited from class com.sun.faces.generate.HtmlTaglib12Generator |
addImport, generate, isValueHolder, setTldGenerator, tagHandlerClassicSupportMethods, tagHandlerGeneralMethods, tagHandlerPrefix, tagHandlerReleaseMethod, tagHandlerSuffix, writeClassDocumentation, writeCopyright, writeImports, writePackage, writeSuperTagCallBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTaglib21Generator
public HtmlTaglib21Generator(PropertyManager propManager)
main
public static void main(String[] args)
writeClassDeclaration
protected void writeClassDeclaration()
throws Exception
- Overrides:
writeClassDeclaration
in class HtmlTaglib12Generator
- Throws:
Exception
tagHandlerSetterMethods
protected void tagHandlerSetterMethods()
throws Exception
- Description copied from class:
HtmlTaglib12Generator
- Generate Tag Handler setter methods from component properties and
renderer attributes.
- Overrides:
tagHandlerSetterMethods
in class HtmlTaglib12Generator
- Throws:
Exception
tagHanderSetPropertiesMethod
protected void tagHanderSetPropertiesMethod()
throws Exception
- Overrides:
tagHanderSetPropertiesMethod
in class HtmlTaglib12Generator
- Throws:
Exception
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.