A E G H I O S T

A

addAttribute(Attribute) - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Adds an attribute to the supported attributes.
addTag(Tag) - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Adds a new tag to the contained tag.
Attribute - Class in org.apache.velocity.tools.plugin.taglib.model
It represents a tag attribute, in a tag library descriptor.
Attribute() - Constructor for class org.apache.velocity.tools.plugin.taglib.model.Attribute
 

E

execute() - Method in class org.apache.velocity.tools.plugin.taglib.Taglib2Directive
 

G

getAttributes() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the contained attributes.
getBodyContent() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the body content of the tag.
getDescription() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the description of the attribute.
getDescription() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the description of the tag.
getDescription() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Returns the description.
getName() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the name of the attribute.
getName() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the name of the tag.
getReflectedTagClass() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the reflected tag class.
getSetterName() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the name of the setter method.
getShortName() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Returns the short name of the taglib.
getTag() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the tag that contains this attribute.
getTagClass() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Returns the class of the tag.
getTags() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Returns the tags of this taglib.
getTlibVersion() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Returns the taglib version.
getType() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the type of the attribute.
getUri() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Returns the URI of the taglib.
getWrappedType() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns the type that should be used in the Velocity directive for this attribute.

H

hasBody() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
It tells if this tag has a body.

I

isRequired() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns true if the attribute is required.
isRtexprvalue() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Returns true if the attribute accepts runtime expression.
isSimpleTag() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
It tells if this tag implements SimpleTag.

O

org.apache.velocity.tools.plugin.taglib - package org.apache.velocity.tools.plugin.taglib
Wraps a JSP tag library into one Velocity directive per tag.
org.apache.velocity.tools.plugin.taglib.model - package org.apache.velocity.tools.plugin.taglib.model
Model classes representing a tag library descriptor elements.

S

setBodyContent(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Sets the body content of the tag.
setDescription(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Sets the description of the attribute.
setDescription(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Sets the description of the tag.
setDescription(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Sets the description.
setJTag(Tag) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Sets the tag that contains this attribute.
setName(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Sets the name of the attribute.
setName(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Sets the name of the tag.
setRequired(boolean) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
It tells if the attribute is required.
setRtexprvalue(boolean) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
It tells ifthe attribute accepts runtime expression.
setShortName(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Sets the short name of the taglib.
setTagClass(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
Sets the class of the tag.
setTlibVersion(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Sets the taglib version.
setType(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
Sets the type of the attribute.
setUri(String) - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
Sets the URI of the taglib.

T

Tag - Class in org.apache.velocity.tools.plugin.taglib.model
It represents a tag in a tag library descriptor.
Tag() - Constructor for class org.apache.velocity.tools.plugin.taglib.model.Tag
 
Taglib - Class in org.apache.velocity.tools.plugin.taglib.model
It represents a Tag Library, as read from a Tag Library Descriptor.
Taglib() - Constructor for class org.apache.velocity.tools.plugin.taglib.model.Taglib
 
Taglib2Directive - Class in org.apache.velocity.tools.plugin.taglib
Creates directives from a tag library.
Taglib2Directive() - Constructor for class org.apache.velocity.tools.plugin.taglib.Taglib2Directive
 
toString() - Method in class org.apache.velocity.tools.plugin.taglib.model.Attribute
 
toString() - Method in class org.apache.velocity.tools.plugin.taglib.model.Tag
 
toString() - Method in class org.apache.velocity.tools.plugin.taglib.model.Taglib
 

A E G H I O S T

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