public class StaticTag extends DynaTagSupport
StaticTag
represents a static XML element
which echos itself to XMLOutput when it is invoked.
body, context, parent
Constructor and Description |
---|
StaticTag() |
StaticTag(String uri,
String localName,
String qname) |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
String |
getLocalName() |
String |
getQName() |
String |
getUri() |
void |
setAttribute(String name,
Object value)
Sets an attribute value of this tag before the tag is invoked
|
void |
setAttribute(String name,
String prefix,
String nsURI,
Object value) |
void |
setLocalName(String localName) |
void |
setQName(String qname) |
void |
setUri(String uri) |
String |
toString() |
getAttributeType
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public void setAttribute(String name, Object value) throws JellyTagException
DynaTag
JellyTagException
public String getUri()
public void setUri(String uri)
public String getQName()
public void setQName(String qname)
public String getLocalName()
public void setLocalName(String localName)
Copyright © 2014 Apache Software Foundation. All rights reserved.