| Interface | Description |
|---|---|
| Generator |
Base interface for all
jsf-tools generators. |
| Class | Description |
|---|---|
| AbstractGenerator |
Abstract base class for Java and TLD generators.
|
| AbstractGenerator.CodeWriter | |
| AttributeManagerGenerator |
This class is used to generate the AttributeManager, which is used
by mainly Renderers to render passthrough attribues (via
RenderKitUtils#renderPassThruAttributes)
|
| FacesConfigParser | |
| GeneratorUtil |
Utility methods that may be useful to all
Generators. |
| HtmlComponentGenerator |
Generate concrete HTML component classes.
|
| HtmlTaglib12Generator |
This class generates tag handler class code that is special to the
"html_basic" package.
|
| HtmlTaglib21Generator |
This class generates tag handler class code that is specifc to the
"html_basic" package and JSP 2.1.
|
| JspTLD12Generator |
A
JspTldGenerator specific for JSP 1.2 style TLDs. |
| JspTLD21Generator |
A
JspTldGenerator specific for JSP 2.1 style TLDs. |
| JspTLDGenerator |
Base class for JSP TLD generation.
|
| JspTLDGenerator.XMLWriter |
A simple class to handle the writing of XML documents.
|
| JspToFaceletsTLD21Generator | |
| PreParseFacesConfigProcessor | |
| PropertyManager |
This class manages properties common to
jsf-tools
generators. |
| RenderKitSpecificationGenerator |
Generate javadoc style documenation about the render-kits defined in a
faces-config.xml file.
|
| Annotation Type | Description |
|---|---|
| PreParseFacesConfig |
Copyright © 2010–2020 JBoss by Red Hat. All rights reserved.