| Package | Description | 
|---|---|
| javax.faces.view.facelets | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TagAttributeExceptionAn Exception caused by a TagAttribute | 
| class  | TagExceptionAn Exception caused by a Tag | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | Facelet. apply(FacesContext facesContext,
     UIComponent parent)The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification. | 
| abstract void | FaceletContext. includeFacelet(UIComponent parent,
              String relativePath)Include another Facelet defined at some path, relative to the executing context, not the current Facelet (same as
 include directive in JSP) | 
| abstract void | FaceletContext. includeFacelet(UIComponent parent,
              URL absolutePath)Include another Facelet defined at some path, absolute to this ClassLoader/OS | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.