A B C D E F G N O P R S

A

addMethodName - Variable in class org.apache.commons.jelly.tags.bean.BeanTag
the name of the adder method

B

BeanPropertyTag - class org.apache.commons.jelly.tags.bean.BeanPropertyTag.
Creates a nested property via calling a beans createFoo() method then either calling the setFoo(value) or addFoo(value) methods in a similar way to how Ant tags construct themselves.
BeanPropertyTag(String) - Constructor for class org.apache.commons.jelly.tags.bean.BeanPropertyTag
 
BeanTag - class org.apache.commons.jelly.tags.bean.BeanTag.
Creates a bean for the given tag which is then either output as a variable or can be added to a parent tag.
BeanTag() - Constructor for class org.apache.commons.jelly.tags.bean.BeanTag
 
BeanTag(Class, String) - Constructor for class org.apache.commons.jelly.tags.bean.BeanTag
 
BeanTag(Class, String, Method) - Constructor for class org.apache.commons.jelly.tags.bean.BeanTag
 
BeanTagLibrary - class org.apache.commons.jelly.tags.bean.BeanTagLibrary.
Describes the Taglib.
BeanTagLibrary() - Constructor for class org.apache.commons.jelly.tags.bean.BeanTagLibrary
 
BeandefTag - class org.apache.commons.jelly.tags.bean.BeandefTag.
Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
BeandefTag(BeanTagLibrary) - Constructor for class org.apache.commons.jelly.tags.bean.BeandefTag
 

C

createBeanTag(String, Attributes) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
 
createTagFactory(String, Attributes) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
Factory method to create a TagFactory for a given tag attribute and attributes
createTagScript(String, Attributes) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
 

D

doTag(XMLOutput) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
 

E

EMPTY_ARGUMENTS - Static variable in class org.apache.commons.jelly.tags.bean.BeanTag
 
EMPTY_ARGUMENT_TYPES - Static variable in class org.apache.commons.jelly.tags.bean.BeandefTag
 

F

findAddMethod(Class, Class) - Method in class org.apache.commons.jelly.tags.bean.BeanTag
Finds the Method to add the new bean
findAddMethodClass(Class) - Method in class org.apache.commons.jelly.tags.bean.BeanPropertyTag
finds the parameter type of the first public method in the parent class whose name matches the add{tag name} pattern, whose return type is void and which takes one argument only.
findCreateMethod(Class) - Method in class org.apache.commons.jelly.tags.bean.BeanPropertyTag
Finds the Method to create a new property object

G

getBeanType(String, Attributes) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
 
getClassLoader() - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
 
getInvokeMethod(Class) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
 
getMethodName() - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
 
getParentObject() - Method in class org.apache.commons.jelly.tags.bean.BeanTag
 
getTagName() - Method in class org.apache.commons.jelly.tags.bean.BeanTag
 

N

newInstance(Class, Map, XMLOutput) - Method in class org.apache.commons.jelly.tags.bean.BeanPropertyTag
Creates a new instance by calling a create method on the parent bean

O

org.apache.commons.jelly.tags.bean - package org.apache.commons.jelly.tags.bean
A tag library for mapping tags to beans using a similar approach to Ant.

P

processBean(String, Object) - Method in class org.apache.commons.jelly.tags.bean.BeanTag
Output the tag as a named variable.

R

registerBean(String, Class) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
Allows tags to register new bean types
registerBean(String, Class, Method) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
Allows tags to register new bean types with an associated method
registerBean(String, Class, String) - Method in class org.apache.commons.jelly.tags.bean.BeanTagLibrary
Allows tags to register new bean types with an associated method

S

setClassLoader(ClassLoader) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
Sets the ClassLoader to use to load the class.
setClassName(String) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
Sets the Java class name to use for the tag
setMethodName(String) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
Sets the methodName.
setName(String) - Method in class org.apache.commons.jelly.tags.bean.BeandefTag
Sets the name of the tag to create

A B C D E F G N O P R S

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