A B C D E G I J O S T

A

AttributeTag - class org.apache.commons.jelly.tags.define.AttributeTag.
This tag is bound onto a Java Bean class.
AttributeTag() - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 
AttributeTag(Attribute) - Constructor for class org.apache.commons.jelly.tags.define.AttributeTag
 
addAttribute(Attribute) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Adds a new attribute definition to this dynamic tag
addAttribute(Attribute) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Adds a new attribute definition to this dynamic tag

B

BeanTag - class org.apache.commons.jelly.tags.define.BeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
BeanTag() - Constructor for class org.apache.commons.jelly.tags.define.BeanTag
 

C

ClassLoaderTag - class org.apache.commons.jelly.tags.define.ClassLoaderTag.
Creates a new URLClassLoader to dynamically load tags froms.
ClassLoaderTag() - Constructor for class org.apache.commons.jelly.tags.define.ClassLoaderTag
 

D

DefineTagLibrary - class org.apache.commons.jelly.tags.define.DefineTagLibrary.
This is a tag library that allows you to define new tag libraries at run time.
DefineTagLibrary() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagLibrary
 
DefineTagSupport - class org.apache.commons.jelly.tags.define.DefineTagSupport.
An abstract base class useful for implementation inheritence.
DefineTagSupport() - Constructor for class org.apache.commons.jelly.tags.define.DefineTagSupport
 
DynaBeanTag - class org.apache.commons.jelly.tags.define.DynaBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
DynaBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.DynaBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.ExtendTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.InvokeTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.ScriptTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.SuperTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.TagTag
 
doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 

E

ExtendTag - class org.apache.commons.jelly.tags.define.ExtendTag.
<extend> is used to extend a dynamic tag defined in an inherited dynamic tag library

ExtendTag() - Constructor for class org.apache.commons.jelly.tags.define.ExtendTag
 

G

getClassLoader() - Method in class org.apache.commons.jelly.tags.define.BeanTag
 
getDynaClass() - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Returns the dynaClass.
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Extracts the invoke method for the class if one is used.
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
 
getMethod() - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
 
getName() - Method in class org.apache.commons.jelly.tags.define.ExtendTag
 
getName() - Method in class org.apache.commons.jelly.tags.define.TagTag
 
getSuperScript() - Method in class org.apache.commons.jelly.tags.define.ExtendTag
Returns the parent implementation of this tag
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.DefineTagSupport
 
getTagLibrary() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 
getUri() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
 
getUrl() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
getVar() - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
getVar() - Method in class org.apache.commons.jelly.tags.define.ScriptTag
 

I

InvokeBodyTag - class org.apache.commons.jelly.tags.define.InvokeBodyTag.
<invokeBody> tag is used inside a <tag> tag (i.e. the definition of a dynamic tag) to invoke the tags body when the tag is invoked.
InvokeBodyTag() - Constructor for class org.apache.commons.jelly.tags.define.InvokeBodyTag
 
InvokeTag - class org.apache.commons.jelly.tags.define.InvokeTag.
The <invoke> tag will invoke a given Script instance.
InvokeTag() - Constructor for class org.apache.commons.jelly.tags.define.InvokeTag
 
isInherit() - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Returns the inherit.

J

JellyBeanTag - class org.apache.commons.jelly.tags.define.JellyBeanTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties.
JellyBeanTag() - Constructor for class org.apache.commons.jelly.tags.define.JellyBeanTag
 

O

org.apache.commons.jelly.tags.define - package org.apache.commons.jelly.tags.define
Tag library which allows the creation of new tags using Jelly script itself.

S

ScriptTag - class org.apache.commons.jelly.tags.define.ScriptTag.
<script> tag is used to assign a Script object to a variable.
ScriptTag() - Constructor for class org.apache.commons.jelly.tags.define.ScriptTag
 
SuperTag - class org.apache.commons.jelly.tags.define.SuperTag.
<super> tag is used to invoke a parent tag implementation, when a tag extends an existing tag
SuperTag() - Constructor for class org.apache.commons.jelly.tags.define.SuperTag
 
setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the ClassLoader to use to load the class.
setClassName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the Java class name to use for the tag
setDefaultValue(Expression) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets the default value of this attribute
setDynaClass(DynaClass) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the DynaClass which will be bound to this dynamic tag.
setInherit(boolean) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Sets whether this dynamic tag should inherit from the current existing tag library of the same URI.
setMethod(String) - Method in class org.apache.commons.jelly.tags.define.JellyBeanTag
Sets the name of the method to invoke on the bean.
setName(String) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets the name of the attribute
setName(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.ExtendTag
Sets the name of the tag to create
setName(String) - Method in class org.apache.commons.jelly.tags.define.TagTag
Sets the name of the tag to create
setRequired(boolean) - Method in class org.apache.commons.jelly.tags.define.AttributeTag
Sets whether this attribute is mandatory or not
setScript(Script) - Method in class org.apache.commons.jelly.tags.define.InvokeTag
Sets the Script to be invoked by this tag, which typically has been previously defined by the use of the <script> tag.
setUri(String) - Method in class org.apache.commons.jelly.tags.define.TaglibTag
Sets the namespace URI to register this new dynamic tag library with
setUrl(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.define.ClassLoaderTag
 
setVar(String) - Method in class org.apache.commons.jelly.tags.define.ScriptTag
Sets the variable name of the tag to create
setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.BeanTag
Sets the name of the attribute used to define the bean variable that this dynamic tag will output its results as.
setVarAttribute(String) - Method in class org.apache.commons.jelly.tags.define.DynaBeanTag
Sets the name of the attribute used to define the bean variable that this dynamic tag will output its results as.

T

TagTag - class org.apache.commons.jelly.tags.define.TagTag.
<tag> is used to define a new tag using a Jelly script to implement the behaviour of the tag.
TagTag() - Constructor for class org.apache.commons.jelly.tags.define.TagTag
 
TaglibTag - class org.apache.commons.jelly.tags.define.TaglibTag.
The <taglib> tag is used to define a new tag library using a Jelly script.
TaglibTag() - Constructor for class org.apache.commons.jelly.tags.define.TaglibTag
 
TaglibTag(String) - Constructor for class org.apache.commons.jelly.tags.define.TaglibTag
 

A B C D E G I J O S T

Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.