public class DynabeanTag extends TagSupport
body, context, parent| Constructor and Description |
|---|
DynabeanTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getVar() |
void |
setDynaclass(org.apache.commons.beanutils.DynaClass dynaClass)
Sets the DynaClass of the new instance to create
|
void |
setVar(String var)
Sets the name of the variable to export the new DynaBean instance to
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tagpublic void setDynaclass(org.apache.commons.beanutils.DynaClass dynaClass)
public String getVar()
public void setVar(String var)
Copyright © 2014. All rights reserved.