Mojarra JSF Tools 2.1.28.SP9

com.sun.faces.generate
Class HtmlComponentGenerator

java.lang.Object
  extended by com.sun.faces.generate.AbstractGenerator
      extended by com.sun.faces.generate.HtmlComponentGenerator
All Implemented Interfaces:
Generator

public class HtmlComponentGenerator
extends AbstractGenerator

Generate concrete HTML component classes. Classes will be generated for each <component> element in the specified configuration file whose absolute class name is in package javax.faces.component.html.

This application requires the following command line options:


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.AbstractGenerator
JAVA_KEYWORDS, TYPE_DEFAULTS
 
Constructor Summary
HtmlComponentGenerator(PropertyManager propManager)
           
 
Method Summary
 void generate(FacesConfigBean configBean)
          Generate the concrete HTML component class based on the current component configuration bean.
static void main(String[] args)
           
 
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

HtmlComponentGenerator

public HtmlComponentGenerator(PropertyManager propManager)
Method Detail

generate

public void generate(FacesConfigBean configBean)

Generate the concrete HTML component class based on the current component configuration bean.

Parameters:
configBean - model data

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Mojarra JSF Tools 2.1.28.SP9

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