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:
parse() method.AbstractGenerator.CodeWriterJAVA_KEYWORDS, TYPE_DEFAULTS| Constructor and Description |
|---|
HtmlComponentGenerator(PropertyManager propManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(FacesConfigBean configBean)
Generate the concrete HTML component class based on the current
component configuration bean.
|
static void |
main(String[] args) |
capitalize, mangle, options, primitive, shortNamepublic HtmlComponentGenerator(PropertyManager propManager)
public void generate(FacesConfigBean configBean)
Generate the concrete HTML component class based on the current component configuration bean.
configBean - model dataCopyright © 2018 JBoss by Red Hat. All rights reserved.