| Package | Description | 
|---|---|
| org.apache.myfaces.view.facelets | Public Facelet API. | 
| org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFacelet | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Facelet | FaceletFactory. getCompositeComponentMetadataFacelet(String uri)Return a Facelet instance as specified by the file at the passed URI. | 
| abstract Facelet | FaceletFactory. getCompositeComponentMetadataFacelet(URL url)Create a Facelet used to create composite component metadata from the passed URL. | 
| abstract Facelet | FaceletFactory. getFacelet(FaceletContext ctx,
          URL url)Create a Facelet from the passed URL, but take into account the context. | 
| abstract Facelet | FaceletFactory. getFacelet(String uri)Return a Facelet instance as specified by the file at the passed URI. | 
| abstract Facelet | FaceletFactory. getFacelet(URL url)Create a Facelet from the passed URL. | 
| abstract Facelet | FaceletFactory. getViewMetadataFacelet(String uri)Return a Facelet instance as specified by the file at the passed URI. | 
| abstract Facelet | FaceletFactory. getViewMetadataFacelet(URL url)Create a Facelet used to create view metadata from the passed URL. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract boolean | TemplateContext. includeDefinition(FaceletContext ctx,
                 Facelet owner,
                 UIComponent parent,
                 String name)This method will walk through the TemplateClient stack to resolve and
 apply the definition for the passed name. | 
| Modifier and Type | Method and Description | 
|---|---|
| Facelet | DefaultFaceletFactory. getCompositeComponentMetadataFacelet(String uri)Works in the same way as getFacelet(String uri), but redirect
 to getViewMetadataFacelet(URL url) | 
| Facelet | DefaultFaceletFactory. getCompositeComponentMetadataFacelet(URL url) | 
| Facelet | DefaultFaceletFactory. getFacelet(FaceletContext ctx,
          URL url) | 
| Facelet | DefaultFaceletFactory. getFacelet(String uri) | 
| Facelet | DefaultFaceletFactory. getFacelet(URL url)Create a Facelet from the passed URL. | 
| Facelet | DefaultFaceletFactory. getViewMetadataFacelet(String uri)Works in the same way as getFacelet(String uri), but redirect
 to getViewMetadataFacelet(URL url) | 
| Facelet | DefaultFaceletFactory. getViewMetadataFacelet(URL url) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | TemplateContextImpl. includeDefinition(FaceletContext ctx,
                 Facelet owner,
                 UIComponent parent,
                 String name) | 
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.