org.apache.commons.jelly.impl
Class StaticTag
java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.DynaTagSupport
org.apache.commons.jelly.impl.StaticTag
- All Implemented Interfaces:
- DynaTag, Tag
public class StaticTag
- extends DynaTagSupport
StaticTag represents a static XML element
which echos itself to XMLOutput when it is invoked.
- Version:
- $Revision: 231483 $
- Author:
- James Strachan
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
StaticTag
public StaticTag()
StaticTag
public StaticTag(String uri,
String localName,
String qname)
toString
public String toString()
- Overrides:
toString in class Object
doTag
public void doTag(XMLOutput output)
throws JellyTagException
- Description copied from interface:
Tag
- Evaluates this tag after all the tags properties have been initialized.
- Throws:
JellyTagException
setAttribute
public void setAttribute(String name,
String prefix,
String nsURI,
Object value)
setAttribute
public void setAttribute(String name,
Object value)
throws JellyTagException
- Description copied from interface:
DynaTag
- Sets an attribute value of this tag before the tag is invoked
- Throws:
JellyTagException
getUri
public String getUri()
setUri
public void setUri(String uri)
getQName
public String getQName()
setQName
public void setQName(String qname)
getLocalName
public String getLocalName()
setLocalName
public void setLocalName(String localName)
Copyright © 2012 Apache Software Foundation. All Rights Reserved.