org.apache.myfaces.view.facelets.tag
Class CompositeFaceletHandler

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.CompositeFaceletHandler
All Implemented Interfaces:
javax.faces.view.facelets.FaceletHandler

Deprecated. use javax.faces.view.facelets.CompositeFaceletHandler

public final class CompositeFaceletHandler
extends java.lang.Object
implements javax.faces.view.facelets.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.5 2008/07/13 19:01:36 rlubke Exp $
Author:
Jacob Hookom

Constructor Summary
CompositeFaceletHandler(javax.faces.view.facelets.FaceletHandler[] children)
          Deprecated.  
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
          Deprecated.  
 javax.faces.view.facelets.FaceletHandler[] getHandlers()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFaceletHandler

public CompositeFaceletHandler(javax.faces.view.facelets.FaceletHandler[] children)
Deprecated. 
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  javax.faces.view.facelets.FaceletException,
                  javax.el.ELException
Deprecated. 
Specified by:
apply in interface javax.faces.view.facelets.FaceletHandler
Throws:
java.io.IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException

getHandlers

public javax.faces.view.facelets.FaceletHandler[] getHandlers()
Deprecated. 


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.