Uses of Interface
jakarta.faces.view.facelets.TagDecorator
Package | Description |
---|---|
com.sun.faces.facelets.compiler | |
com.sun.faces.facelets.tag | |
com.sun.faces.facelets.tag.jsf.html |
Tag Library for http://java.sun.com/jsf/html.
|
-
Uses of TagDecorator in com.sun.faces.facelets.compiler
Methods in com.sun.faces.facelets.compiler that return TagDecorator Modifier and Type Method Description TagDecorator
Compiler. createTagDecorator()
Methods in com.sun.faces.facelets.compiler with parameters of type TagDecorator Modifier and Type Method Description void
Compiler. addTagDecorator(TagDecorator decorator)
-
Uses of TagDecorator in com.sun.faces.facelets.tag
Classes in com.sun.faces.facelets.tag that implement TagDecorator Modifier and Type Class Description class
CompositeTagDecorator
A TagDecorator that is composed of 1 or more TagDecorator instances.Constructors in com.sun.faces.facelets.tag with parameters of type TagDecorator Constructor Description CompositeTagDecorator(TagDecorator[] decorators)
-
Uses of TagDecorator in com.sun.faces.facelets.tag.jsf.html
Classes in com.sun.faces.facelets.tag.jsf.html that implement TagDecorator Modifier and Type Class Description class
HtmlDecorator