public class CompositeResourceLibrary extends Object implements TagLibrary
| Modifier and Type | Field and Description | 
|---|---|
| static String | NAMESPACE_PREFIX | 
| Constructor and Description | 
|---|
| CompositeResourceLibrary(FacesContext facesContext) | 
| 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 | 
| boolean | handles(String resourceName) | 
public static final String NAMESPACE_PREFIX
public CompositeResourceLibrary(FacesContext facesContext)
public boolean handles(String resourceName)
public boolean containsFunction(String ns, String name)
TagLibrarycontainsFunction in interface TagLibraryns - namespacename - function namepublic boolean containsNamespace(String ns)
TagLibrarycontainsNamespace in interface TagLibraryns - namespacepublic boolean containsTagHandler(String ns, String localName)
TagLibrarycontainsTagHandler in interface TagLibraryns - namespacelocalName - local namepublic Method createFunction(String ns, String name)
TagLibrarycreateFunction in interface TagLibraryns - namespacename - function namepublic TagHandler createTagHandler(String ns, String localName, TagConfig tag) throws FacesException
TagLibrarycreateTagHandler in interface TagLibraryns - namespacelocalName - local nametag - configuration informationFacesExceptionCopyright © 2016 The Apache Software Foundation. All Rights Reserved.