public class ParamTag extends TagSupport
body, context, parent
Constructor and Description |
---|
ParamTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.String |
getName() |
java.lang.Object |
getValue() |
void |
setName(java.lang.String name)
Sets the name of the attribute
|
void |
setValue(java.lang.Object value)
Sets the value of the attribute
|
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 JellyTagException
Tag
JellyTagException
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
Copyright © 2012. All Rights Reserved.