Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
J
L
M
N
O
S
T
U
V
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
attribute
- Variable in class org.apache.commons.jelly.tags.define.
AttributeTag
the attribute definition
attributes
- Variable in class org.apache.commons.jelly.tags.define.
BeanTag
the attribute definitions for this dynamic tag
attributes
- Variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
the attribute definitions for 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
classLoader
- Variable in class org.apache.commons.jelly.tags.define.
BeanTag
the ClassLoader used to load beans
className
- Variable in class org.apache.commons.jelly.tags.define.
BeanTag
the Java class name to use for the tag
D
DefineTagLibrary
- class org.apache.commons.jelly.tags.define.
DefineTagLibrary
.
Describes the Taglib.
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
dynaClass
- Variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
the DyanClass to bind to the tag
E
EMPTY_MAP
- Static variable in class org.apache.commons.jelly.tags.define.
BeanTag
An empty Map as I think Collections.EMPTY_MAP is only JDK 1.3 onwards
EMPTY_MAP
- Static variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
An empty Map as I think Collections.EMPTY_MAP is only JDK 1.3 onwards
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
emptyParamTypes
- Static variable in class org.apache.commons.jelly.tags.define.
JellyBeanTag
Empty parameter types for Method lookup
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.
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
inherit
- Variable in class org.apache.commons.jelly.tags.define.
TaglibTag
Whether or not inheritence is enabled
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
L
log
- Static variable in class org.apache.commons.jelly.tags.define.
AttributeTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
BeanTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
ClassLoaderTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
InvokeBodyTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
InvokeTag
The Log to which logging calls will be made.
log
- Static variable in class org.apache.commons.jelly.tags.define.
JellyBeanTag
The Log to which logging calls will be made.
M
method
- Variable in class org.apache.commons.jelly.tags.define.
JellyBeanTag
the name of the method to invoke on the bean
N
name
- Variable in class org.apache.commons.jelly.tags.define.
BeanTag
the name of the tag to create
name
- Variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
the name of the tag to create
name
- Variable in class org.apache.commons.jelly.tags.define.
ExtendTag
name
- Variable in class org.apache.commons.jelly.tags.define.
TagTag
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
script
- Variable in class org.apache.commons.jelly.tags.define.
InvokeTag
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.
superScript
- Variable in class org.apache.commons.jelly.tags.define.
ExtendTag
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
tagLibrary
- Variable in class org.apache.commons.jelly.tags.define.
TaglibTag
The new tags being added
U
uri
- Variable in class org.apache.commons.jelly.tags.define.
TaglibTag
The namespace URI
url
- Variable in class org.apache.commons.jelly.tags.define.
ClassLoaderTag
The URL to load the classes from.
V
var
- Variable in class org.apache.commons.jelly.tags.define.
ClassLoaderTag
The name to export the classloader to.
var
- Variable in class org.apache.commons.jelly.tags.define.
ScriptTag
varAttribute
- Variable in class org.apache.commons.jelly.tags.define.
BeanTag
the name of the attribute used for the variable name
varAttribute
- Variable in class org.apache.commons.jelly.tags.define.
DynaBeanTag
the name of the attribute used for the variable name
A
B
C
D
E
G
I
J
L
M
N
O
S
T
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes