org.apache.commons.jelly.tags.define
public class AttributeTag extends TagSupport
body, context, parent
Constructor and Description |
---|
AttributeTag() |
AttributeTag(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setDefaultValue(Expression defaultValue)
Sets the default value of this attribute
|
void |
setName(java.lang.String name)
Sets the name of the attribute
|
void |
setRequired(boolean required)
Sets whether this attribute is mandatory or not
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public AttributeTag()
public AttributeTag(Attribute attribute)
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public void setName(java.lang.String name)
public void setRequired(boolean required)
public void setDefaultValue(Expression defaultValue)
Copyright © 2014. All Rights Reserved.