Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets
Class Facelet  view Facelet download Facelet.java

java.lang.Object
  extended bycom.sun.facelets.Facelet

public abstract class Facelet
extends java.lang.Object

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.

Version:
$Id: Facelet.java,v 1.2 2005/08/24 04:38:58 jhook Exp $

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

Facelet

public Facelet()
Method Detail

apply

public abstract void apply(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent parent)
                    throws java.io.IOException,
                           javax.faces.FacesException,
                           FaceletException,
                           ELException
The passed UIComponent parent will be populated/restored in accordance with the JSF 1.2 specification.