com.sun.faces.facelets
public abstract class Facelet extends java.lang.Object
Constructor and Description |
---|
Facelet() |
Modifier and Type | Method and Description |
---|---|
abstract void |
apply(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent parent)
The passed UIComponent parent will be populated/restored in accordance
with the JSF 1.2 specification.
|
public abstract void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent) throws java.io.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.java.io.IOException
FacesException
FaceletException
ELException
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.