Uses of Class
org.apache.velocity.tools.plugin.taglib.model.Tag

Packages that use Tag
org.apache.velocity.tools.plugin.taglib.model Model classes representing a tag library descriptor elements. 
 

Uses of Tag in org.apache.velocity.tools.plugin.taglib.model
 

Methods in org.apache.velocity.tools.plugin.taglib.model that return Tag
 Tag Attribute.getTag()
          Returns the tag that contains this attribute.
 

Methods in org.apache.velocity.tools.plugin.taglib.model that return types with arguments of type Tag
 List<Tag> Taglib.getTags()
          Returns the tags of this taglib.
 

Methods in org.apache.velocity.tools.plugin.taglib.model with parameters of type Tag
 void Taglib.addTag(Tag tag)
          Adds a new tag to the contained tag.
 void Attribute.setJTag(Tag tag)
          Sets the tag that contains this attribute.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.