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

Quick Search    Search Deep

com.sun.facelets.tag.jsf.core
Class FacetHandler  view FacetHandler download FacetHandler.java

java.lang.Object
  extended bycom.sun.facelets.tag.TagHandler
      extended bycom.sun.facelets.tag.jsf.core.FacetHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public final class FacetHandler
extends com.sun.facelets.tag.TagHandler

Register a named facet on the UIComponent associated with the closest parent UIComponent custom action.

See tag documentation.

Version:
$Id: FacetHandler.java,v 1.3 2005/12/04 21:02:42 jhook Exp $

Nested Class Summary
private static class FacetHandler.UIFacet
          A UIComponent for capturing a child UIComponent, representative of the desired Facet
 
Field Summary
protected  com.sun.facelets.tag.TagAttribute name
           
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
FacetHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
          Process changes on a particular UIComponent
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected final com.sun.facelets.tag.TagAttribute name
Constructor Detail

FacetHandler

public FacetHandler(com.sun.facelets.tag.TagConfig config)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
Description copied from interface: com.sun.facelets.FaceletHandler
Process changes on a particular UIComponent