public abstract class Facelet extends Object
| Constructor and Description | 
|---|
| Facelet() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | apply(FacesContext facesContext,
     UIComponent parent)The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification. | 
public abstract void apply(FacesContext facesContext, UIComponent parent) throws IOException
facesContext - The current FacesContext (Should be the same as FacesContext.getInstance())parent - The UIComponent to populate in a compositional fashion. In most cases a Facelet will be base a
            UIViewRoot.IOExceptionFacesExceptionFaceletExceptionELExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.