org.apache.commons.jelly.tags.dynabean
public class PropertyTag extends TagSupport
body, context, parent
Constructor and Description |
---|
PropertyTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.Class |
getPropertyClass()
Returns the Class for this property
|
void |
setName(java.lang.String name)
Sets the name of this property
|
void |
setPropertyClass(java.lang.Class propertyClass)
Sets the Class instance for this property
|
void |
setType(java.lang.String type)
Sets the type name of this property
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tag
public void setName(java.lang.String name)
public void setType(java.lang.String type)
public java.lang.Class getPropertyClass()
public void setPropertyClass(java.lang.Class propertyClass)
Copyright © 2014. All Rights Reserved.