| Package | Description | 
|---|---|
| org.apache.myfaces.view.facelets | Public Facelet API. | 
| org.apache.myfaces.view.facelets.compiler | Facelet compiler package, not for extension. | 
| org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Compiler | FaceletViewDeclarationLanguage. createCompiler(FacesContext context)Creates the Facelet page compiler. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected FaceletFactory | FaceletViewDeclarationLanguage. createFaceletFactory(FacesContext context,
                    Compiler compiler)Creates a FaceletFactory instance using the specified compiler. | 
| protected void | FaceletViewDeclarationLanguage. loadDecorators(FacesContext context,
              Compiler compiler)Load the various decorators for Facelets. | 
| protected void | FaceletViewDeclarationLanguage. loadLibraries(FacesContext context,
             Compiler compiler)Load the various tag libraries for Facelets. | 
| protected void | FaceletViewDeclarationLanguage. loadOptions(FacesContext context,
           Compiler compiler)Load the various options for Facelets compiler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SAXCompilerCompiler implementation that uses SAX | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FaceletsCompilerSupport. loadDecorators(FacesContext context,
              Compiler compiler)Load the various decorators for Facelets. | 
| void | FaceletsCompilerSupport. loadLibraries(FacesContext context,
             Compiler compiler)Load the various tag libraries for Facelets. | 
| void | FaceletsCompilerSupport. loadOptions(FacesContext context,
           Compiler compiler) | 
| Modifier and Type | Method and Description | 
|---|---|
| Compiler | DefaultFaceletFactory. getCompiler()Compiler this factory uses | 
| Constructor and Description | 
|---|
| DefaultFaceletFactory(Compiler compiler,
                     ResourceResolver resolver) | 
| DefaultFaceletFactory(Compiler compiler,
                     ResourceResolver resolver,
                     long refreshPeriod) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.