org.apache.commons.jelly.tags.define
public class ExtendTag extends DefineTagSupport
SuperTag
body, context, parent
Constructor and Description |
---|
ExtendTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
java.lang.String |
getName() |
Script |
getSuperScript()
Returns the parent implementation of this tag
|
void |
setName(java.lang.String name)
Sets the name of the tag to create
|
getTagLibrary
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public java.lang.String getName()
public void setName(java.lang.String name)
public Script getSuperScript()
Copyright © 2014. All Rights Reserved.