Package 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
StaticTag represents a static XML element
which echos itself to XMLOutput when it is invoked.
- Version:
- $Revision: 231483 $
- Author:
- James Strachan
-
Field Summary
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEvaluates this tag after all the tags properties have been initialized.getQName()getUri()voidsetAttribute(String name, Object value) Sets an attribute value of this tag before the tag is invokedvoidsetAttribute(String name, String prefix, String nsURI, Object value) voidsetLocalName(String localName) voidvoidtoString()Methods inherited from class org.apache.commons.jelly.DynaTagSupport
getAttributeTypeMethods 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, trimBodyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.jelly.Tag
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
-
Constructor Details
-
StaticTag
public StaticTag() -
StaticTag
-
-
Method Details
-
toString
-
doTag
Description copied from interface:TagEvaluates this tag after all the tags properties have been initialized.- Throws:
JellyTagException
-
setAttribute
-
setAttribute
Description copied from interface:DynaTagSets an attribute value of this tag before the tag is invoked- Throws:
JellyTagException
-
getUri
-
setUri
-
getQName
-
setQName
-
getLocalName
-
setLocalName
-