org.apache.commons.jelly.tags.define
public class BeanTag extends DefineTagSupport
body, context, parent
Constructor and Description |
---|
BeanTag() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Attribute attribute)
Adds a new attribute definition to this dynamic tag
|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.ClassLoader |
getClassLoader() |
protected java.lang.reflect.Method |
getInvokeMethod(java.lang.Class theClass)
Extracts the invoke method for the class if one is used.
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Sets the ClassLoader to use to load the class.
|
void |
setClassName(java.lang.String className)
Sets the Java class name to use for the tag
|
void |
setName(java.lang.String name)
Sets the name of the tag to create
|
void |
setVarAttribute(java.lang.String varAttribute)
Sets the name of the attribute used to define the bean variable that this dynamic
tag will output its results as.
|
getTagLibrary
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void addAttribute(Attribute attribute)
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public void setName(java.lang.String name)
public void setClassName(java.lang.String className)
public void setClassLoader(java.lang.ClassLoader classLoader)
public java.lang.ClassLoader getClassLoader()
public void setVarAttribute(java.lang.String varAttribute)
protected java.lang.reflect.Method getInvokeMethod(java.lang.Class theClass)
Copyright © 2014. All Rights Reserved.