public interface TagLibrary
| 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 containsNamespace(String ns)
ns - namespaceboolean containsTagHandler(String ns, String localName)
ns - namespacelocalName - local nameTagHandler createTagHandler(String ns, String localName, TagConfig tag) throws FacesException
ns - namespacelocalName - local nametag - configuration informationFacesExceptionboolean containsFunction(String ns, String name)
ns - namespacename - function nameCopyright © 2016 The Apache Software Foundation. All Rights Reserved.