| Package | Description | 
|---|---|
| org.apache.myfaces.view.facelets.compiler | Facelet compiler package, not for extension. | 
| org.apache.myfaces.view.facelets.tag | Tags and other objects that define Facelet implementations. | 
| org.apache.myfaces.view.facelets.tag.composite | |
| org.apache.myfaces.view.facelets.tag.jsf | |
| org.apache.myfaces.view.facelets.tag.jsf.core | Tag Library for http://java.sun.com/jsf/core. | 
| org.apache.myfaces.view.facelets.tag.jsf.html | Tag Library for http://java.sun.com/jsf/html. | 
| org.apache.myfaces.view.facelets.tag.jstl.core | Tag Library for http://java.sun.com/jstl/core. | 
| org.apache.myfaces.view.facelets.tag.jstl.fn | Tag Library for http://java.sun.com/jstl/functions. | 
| org.apache.myfaces.view.facelets.tag.ui | Tag Library for http://java.sun.com/jsf/ui. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TagLibrary | TagLibraryConfig. create(FacesContext facesContext,
      FaceletTagLibrary faceletTagLibrary) | 
| TagLibrary | Compiler. createTagLibrary() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Compiler. addTagLibrary(TagLibrary library) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTagLibraryBase class for defining TagLibraries in Java | 
| class  | ComponentTagDeclarationLibrary | 
| class  | CompositeTagLibraryA TagLibrary that is composed of 1 or more TagLibrary children. | 
| Constructor and Description | 
|---|
| CompositeTagLibrary(TagLibrary[] libraries) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeLibrary | 
| class  | CompositeResourceLibraryThis class create composite component tag handlers for "http://java.sun.com/jsf/composite/"
 namespace. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsfLibrary | 
| class  | PassThroughLibraryDummy library, so passthrough namespace can be recognized by facelet compiler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CoreLibraryFor Tag details, see JSF Core taglib documentation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHtmlLibrary | 
| class  | HtmlLibrary | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JstlCoreLibrary | 
| class  | LegacyJstlCoreLibraryNOTE: This implementation is provided for compatibility reasons and
 it is considered faulty. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JstlFnLibraryLibrary for JSTL Functions | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LegacyUILibrary | 
| class  | UILibraryNOTE: This implementation is provided for compatibility reasons and
 it is considered faulty. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.