|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.DynaTagSupport
org.apache.commons.jelly.impl.DynamicTag
public class DynamicTag
DynamicTag
is a tag that is created from
inside a Jelly script as a Jelly template and will invoke a
given script, passing in its instantiation attributes
as variables and will allow the template to invoke its instance body.
Field Summary | |
---|---|
private java.util.Map |
attributes
The instance attributes |
private static org.apache.commons.logging.Log |
log
The Log to which logging calls will be made. |
private Script |
template
The template script |
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
---|---|
DynamicTag()
|
|
DynamicTag(Script template)
|
Method Summary | |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
Script |
getTemplate()
The template to be executed by this tag which may well invoke this instances body from inside the template |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets an attribute value of this tag before the tag is invoked |
void |
setTemplate(Script template)
|
Methods inherited from class org.apache.commons.jelly.DynaTagSupport |
---|
getAttributeType |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.jelly.Tag |
---|
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent |
Field Detail |
---|
private static final org.apache.commons.logging.Log log
private Script template
private java.util.Map attributes
Constructor Detail |
---|
public DynamicTag()
public DynamicTag(Script template)
Method Detail |
---|
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public void setAttribute(java.lang.String name, java.lang.Object value)
DynaTag
public Script getTemplate()
public void setTemplate(Script template)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |