public final class CompositeTagLibrary extends Object implements TagLibrary
| Constructor and Description | 
|---|
| CompositeTagLibrary(TagLibrary[] libraries) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsFunction(String ns,
                String name)If this library contains the specified function name | 
| boolean | containsNamespace(String ns)If this library contains the passed namespace | 
| boolean | containsTagHandler(String ns,
                  String localName)If this library contains a TagHandler for the namespace and local name | 
| Method | createFunction(String ns,
              String name)Return a Method instance for the passed namespace and name | 
| TagHandler | createTagHandler(String ns,
                String localName,
                TagConfig tag)Create a new instance of a TagHandler, using the passed TagConfig | 
public CompositeTagLibrary(TagLibrary[] libraries)
public boolean containsNamespace(String ns)
TagLibrarycontainsNamespace in interface TagLibraryns - namespacepublic boolean containsTagHandler(String ns, String localName)
TagLibrarycontainsTagHandler in interface TagLibraryns - namespacelocalName - local namepublic TagHandler createTagHandler(String ns, String localName, TagConfig tag) throws FacesException
TagLibrarycreateTagHandler in interface TagLibraryns - namespacelocalName - local nametag - configuration informationFacesExceptionpublic boolean containsFunction(String ns, String name)
TagLibrarycontainsFunction in interface TagLibraryns - namespacename - function namepublic Method createFunction(String ns, String name)
TagLibrarycreateFunction in interface TagLibraryns - namespacename - function nameCopyright © 2016 The Apache Software Foundation. All Rights Reserved.