|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.view.facelets.Facelet
public abstract class Facelet
The parent or root object in a FaceletHandler composition. The Facelet will take care of populating the passed UIComponent parent in relation to the create/restore lifecycle of JSF.
Constructor Summary | |
---|---|
Facelet()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Facelet()
Method Detail |
---|
public abstract void apply(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent) throws java.io.IOException, javax.faces.FacesException, javax.faces.view.facelets.FaceletException, javax.el.ELException
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
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |