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,
javax.faces.view.facelets.Tag t)
true if the namespace is used in this library
|
boolean |
containsTagHandler(String ns,
String localName)
If this library contains a TagHandler for the namespace and local name true if handled by this library
|
Method |
createFunction(String ns,
String name)
Return a Method instance for the passed namespace and name
|
javax.faces.view.facelets.TagHandler |
createTagHandler(String ns,
String localName,
javax.faces.view.facelets.TagConfig tag)
Create a new instance of a TagHandler, using the passed TagConfig
|
boolean containsNamespace(String ns, javax.faces.view.facelets.Tag t)
ns
- namespacet
- the tag instance currently active at the time
this method is called. May be nullboolean containsTagHandler(String ns, String localName)
ns
- namespacelocalName
- local namejavax.faces.view.facelets.TagHandler createTagHandler(String ns, String localName, javax.faces.view.facelets.TagConfig tag) throws javax.faces.FacesException
ns
- namespacelocalName
- local nametag
- configuration informationjavax.faces.FacesException
boolean containsFunction(String ns, String name)
ns
- namespacename
- function nameCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.