Uses of Class
javax.faces.view.facelets.TagAttributes

Packages that use TagAttributes
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of TagAttributes in javax.faces.view.facelets
 

Methods in javax.faces.view.facelets that return TagAttributes
 TagAttributes Tag.getAttributes()
          

Return an object encapsulating the TagAttributes specified on this element in the view.

 TagAttributes Tag.getAttributes()
          

Return an object encapsulating the TagAttributes specified on this element in the view.

 

Constructors in javax.faces.view.facelets with parameters of type TagAttributes
Tag(Location location, java.lang.String namespace, java.lang.String localName, java.lang.String qName, TagAttributes attributes)
           
Tag(Location location, java.lang.String namespace, java.lang.String localName, java.lang.String qName, TagAttributes attributes)
           
Tag(Tag orig, TagAttributes attributes)
           
Tag(Tag orig, TagAttributes attributes)
           
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.