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.
|
Class |
getPropertyClass()
Returns the Class for this property
|
void |
setName(String name)
Sets the name of this property
|
void |
setPropertyClass(Class propertyClass)
Sets the Class instance for this property
|
void |
setType(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, trimBodypublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
Tagpublic void setName(String name)
public void setType(String type)
public Class getPropertyClass()
public void setPropertyClass(Class propertyClass)
Copyright © 2014. All rights reserved.