Uses of Interface
com.sun.facelets.tag.TagDecorator

Packages that use TagDecorator
com.sun.facelets.compiler Facelet compiler package, not for extension
com.sun.facelets.tag Tags and other objects that define Facelet implementations. 
com.sun.facelets.tag.jsf.html Tag Library for http://java.sun.com/jsf/html
 

Uses of TagDecorator in com.sun.facelets.compiler
 

Methods in com.sun.facelets.compiler that return TagDecorator
 TagDecorator Compiler.createTagDecorator()
           
 

Methods in com.sun.facelets.compiler with parameters of type TagDecorator
 void Compiler.addTagDecorator(TagDecorator decorator)
           
 

Uses of TagDecorator in com.sun.facelets.tag
 

Classes in com.sun.facelets.tag that implement TagDecorator
 class CompositeTagDecorator
          A TagDecorator that is composed of 1 or more TagDecorator instances.
 

Constructors in com.sun.facelets.tag with parameters of type TagDecorator
CompositeTagDecorator(TagDecorator[] decorators)
           
 

Uses of TagDecorator in com.sun.facelets.tag.jsf.html
 

Classes in com.sun.facelets.tag.jsf.html that implement TagDecorator
 class HtmlDecorator
           
 



Copyright © 2005 All Rights Reserved.