Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class HtmlTaglib21Generator

java.lang.Object
  extended by com.sun.faces.generate.AbstractGenerator
      extended by com.sun.faces.generate.HtmlTaglib12Generator
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.faces.generate.AbstractGenerator
AbstractGenerator.CodeWriter
 
Field Summary
 
Fields inherited from class com.sun.faces.generate.HtmlTaglib12Generator
component, configBean, propManager, renderer, tagClassName, writer
 
Fields inherited from class com.sun.faces.generate.AbstractGenerator
JAVA_KEYWORDS, TYPE_DEFAULTS
 
Constructor Summary
HtmlTaglib21Generator(PropertyManager propManager)
           
 
Method Summary
static void main(String[] args)
           
protected  void tagHanderSetPropertiesMethod()
           
protected  void tagHandlerSetterMethods()
          Generate Tag Handler setter methods from component properties and renderer attributes.
protected  void writeClassDeclaration()
           
 
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 com.sun.faces.generate.AbstractGenerator
capitalize, mangle, options, primitive, shortName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTaglib21Generator

public HtmlTaglib21Generator(PropertyManager propManager)
Method Detail

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

Mojarra JSF Tools 2.1.28.SP9

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