com.sun.facelets.tag
Class CompositeFaceletHandler

java.lang.Object
  extended by com.sun.facelets.tag.CompositeFaceletHandler
All Implemented Interfaces:
FaceletHandler

public final class CompositeFaceletHandler
extends Object
implements FaceletHandler

A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. This class would be found if the next FaceletHandler is structually, a body with multiple child elements as defined in XML.

Version:
$Id: CompositeFaceletHandler.java,v 1.4 2005/08/24 04:38:46 jhook Exp $
Author:
Jacob Hookom

Constructor Summary
CompositeFaceletHandler(FaceletHandler[] children)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
          Process changes on a particular UIComponent
 FaceletHandler[] getHandlers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFaceletHandler

public CompositeFaceletHandler(FaceletHandler[] children)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  FaceletException,
                  javax.el.ELException
Description copied from interface: FaceletHandler
Process changes on a particular UIComponent

Specified by:
apply in interface FaceletHandler
Parameters:
ctx - the current FaceletContext instance for this execution
parent - the parent UIComponent to operate upon
Throws:
IOException
FacesException
FaceletException
javax.el.ELException

getHandlers

public FaceletHandler[] getHandlers()


Copyright © 2005 All Rights Reserved.