Uses of Interface
org.apache.myfaces.view.facelets.tag.TagDecorator

Packages that use TagDecorator
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.jsf.html Tag Library for http://java.sun.com/jsf/html
 

Uses of TagDecorator in org.apache.myfaces.view.facelets.compiler
 

Methods in org.apache.myfaces.view.facelets.compiler that return TagDecorator
 TagDecorator Compiler.createTagDecorator()
           
 

Methods in org.apache.myfaces.view.facelets.compiler with parameters of type TagDecorator
 void Compiler.addTagDecorator(TagDecorator decorator)
           
 

Uses of TagDecorator in org.apache.myfaces.view.facelets.tag
 

Classes in org.apache.myfaces.view.facelets.tag that implement TagDecorator
 class CompositeTagDecorator
          A TagDecorator that is composed of 1 or more TagDecorator instances.
 

Constructors in org.apache.myfaces.view.facelets.tag with parameters of type TagDecorator
CompositeTagDecorator(TagDecorator[] decorators)
           
 

Uses of TagDecorator in org.apache.myfaces.view.facelets.tag.jsf.html
 

Classes in org.apache.myfaces.view.facelets.tag.jsf.html that implement TagDecorator
 class HtmlDecorator
           
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.