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() |
getAttributeTypefindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBody, getContext, getParent, invokeBody, setBody, setContext, setParentpublic void doTag(XMLOutput output) throws JellyTagException
TagJellyTagExceptionpublic void setAttribute(String name, Object value) throws JellyTagException
DynaTagJellyTagExceptionpublic String getUri()
public void setUri(String uri)
public String getQName()
public void setQName(String qname)
public String getLocalName()
public void setLocalName(String localName)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.