Uses of Interface
org.apache.myfaces.view.facelets.tag.TagLibrary
-
Packages that use TagLibrary Package Description org.apache.myfaces.view.facelets.compiler Facelet compiler package, not for extension.org.apache.myfaces.view.facelets.tag Tags and other objects that define Facelet implementations.org.apache.myfaces.view.facelets.tag.composite org.apache.myfaces.view.facelets.tag.faces org.apache.myfaces.view.facelets.tag.faces.core Tag Library for http://java.sun.com/jsf/core.org.apache.myfaces.view.facelets.tag.faces.html Tag Library for http://java.sun.com/jsf/html.org.apache.myfaces.view.facelets.tag.jstl.core Tag Library for http://java.sun.com/jstl/core.org.apache.myfaces.view.facelets.tag.jstl.fn Tag Library for http://java.sun.com/jstl/functions.org.apache.myfaces.view.facelets.tag.ui Tag Library for http://java.sun.com/jsf/ui. -
-
Uses of TagLibrary in org.apache.myfaces.view.facelets.compiler
Methods in org.apache.myfaces.view.facelets.compiler that return TagLibrary Modifier and Type Method Description static TagLibrary
TagLibraryConfig. create(FacesContext facesContext, FaceletTagLibrary faceletTagLibrary)
TagLibrary
Compiler. createTagLibrary()
Methods in org.apache.myfaces.view.facelets.compiler with parameters of type TagLibrary Modifier and Type Method Description void
Compiler. addTagLibrary(TagLibrary library)
-
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag
Classes in org.apache.myfaces.view.facelets.tag that implement TagLibrary Modifier and Type Class Description class
AbstractTagLibrary
Base class for defining TagLibraries in Javaclass
ComponentTagDeclarationLibrary
class
CompositeTagLibrary
A TagLibrary that is composed of 1 or more TagLibrary children.Constructors in org.apache.myfaces.view.facelets.tag with parameters of type TagLibrary Constructor Description CompositeTagLibrary(TagLibrary[] libraries)
-
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.composite
Classes in org.apache.myfaces.view.facelets.tag.composite that implement TagLibrary Modifier and Type Class Description class
CompositeLibrary
class
CompositeResourceLibrary
This class create composite component tag handlers for "http://java.sun.com/jsf/composite/" namespace. -
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.faces
Classes in org.apache.myfaces.view.facelets.tag.faces that implement TagLibrary Modifier and Type Class Description class
JsfLibrary
class
PassThroughLibrary
Dummy library, so passthrough namespace can be recognized by facelet compiler. -
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.faces.core
Classes in org.apache.myfaces.view.facelets.tag.faces.core that implement TagLibrary Modifier and Type Class Description class
CoreLibrary
For Tag details, see Faces Core taglib documentation. -
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.faces.html
Classes in org.apache.myfaces.view.facelets.tag.faces.html that implement TagLibrary Modifier and Type Class Description class
AbstractHtmlLibrary
class
HtmlLibrary
-
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.jstl.core
Classes in org.apache.myfaces.view.facelets.tag.jstl.core that implement TagLibrary Modifier and Type Class Description class
JstlCoreLibrary
class
LegacyJstlCoreLibrary
NOTE: This implementation is provided for compatibility reasons and it is considered faulty. -
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.jstl.fn
Classes in org.apache.myfaces.view.facelets.tag.jstl.fn that implement TagLibrary Modifier and Type Class Description class
JstlFnLibrary
Library for JSTL Functions -
Uses of TagLibrary in org.apache.myfaces.view.facelets.tag.ui
Classes in org.apache.myfaces.view.facelets.tag.ui that implement TagLibrary Modifier and Type Class Description class
LegacyUILibrary
class
UILibrary
NOTE: This implementation is provided for compatibility reasons and it is considered faulty.
-