com.sun.facelets.tag
Class CompositeFaceletHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeFaceletHandler
public CompositeFaceletHandler(FaceletHandler[] children)
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 executionparent
- the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getHandlers
public FaceletHandler[] getHandlers()
Copyright © 2005 All Rights Reserved.