|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.apache.commons.jelly.tags.define.DefineTagSupport | +--org.apache.commons.jelly.tags.define.DefineTagTag | +--org.apache.commons.jelly.tags.jeez.TagDefTag
This tag defines a dynamic tag in Jelly script. When the tag is invoked any attributes will be passed in as variables and the definition of the tag can use <define:invokeBody> to invoke its body.
This tag is similar to the <define:tag> tag in the define tag library.
Field Summary | |
protected static DynamicTagLibrary |
tagLibrary
|
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
TagDefTag()
|
Method Summary | |
protected DynamicTagLibrary |
getTagLibrary()
|
Methods inherited from class org.apache.commons.jelly.tags.define.DefineTagTag |
doTag, getName, setName |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static DynamicTagLibrary tagLibrary
Constructor Detail |
public TagDefTag()
Method Detail |
protected DynamicTagLibrary getTagLibrary() throws JellyException
getTagLibrary
in class DefineTagSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |