public class DynaBeanTag extends DefineTagSupport
body, context, parent| Constructor and Description |
|---|
DynaBeanTag() |
| 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.
|
org.apache.commons.beanutils.DynaClass |
getDynaClass()
Returns the dynaClass.
|
void |
setDynaClass(org.apache.commons.beanutils.DynaClass dynaClass)
Sets the
DynaClass which will be bound to this dynamic tag. |
void |
setName(String name)
Sets the name of the tag to create
|
void |
setVarAttribute(String varAttribute)
Sets the name of the attribute used to define the bean variable that this dynamic
tag will output its results as.
|
getTagLibraryfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void addAttribute(Attribute attribute)
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tagpublic void setName(String name)
public void setVarAttribute(String varAttribute)
public org.apache.commons.beanutils.DynaClass getDynaClass()
public void setDynaClass(org.apache.commons.beanutils.DynaClass dynaClass)
DynaClass which will be bound to this dynamic tag.Copyright © 2014. All rights reserved.