Class CompositeTagLibrary

java.lang.Object
com.sun.faces.facelets.tag.CompositeTagLibrary
All Implemented Interfaces:
TagLibrary

public final class CompositeTagLibrary
extends Object
implements TagLibrary
A TagLibrary that is composed of 1 or more TagLibrary children. Uses the chain of responsibility pattern to stop searching as soon as one of the children handles the requested method.
Version:
$Id$
Author:
Jacob Hookom