|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.impl.TagScript | +--org.apache.commons.jelly.impl.DynaTagScript
DynaTagScript
is a script evaluates a custom DynaTag.
Fields inherited from class org.apache.commons.jelly.impl.TagScript |
attributes, tag |
Constructor Summary | |
DynaTagScript()
|
|
DynaTagScript(DynaTag tag)
|
Method Summary | |
Script |
compile()
Compiles the script to a more efficient form. |
void |
run(JellyContext context,
XMLOutput output)
Evaluates the body of a tag |
Methods inherited from class org.apache.commons.jelly.impl.TagScript |
addAttribute, convertType, createJellyException, createJellyException, endNamespacePrefixes, getColumnNumber, getElementName, getFileName, getLineNumber, getTag, handleException, handleException, newInstance, setColumnNumber, setElementName, setFileName, setLineNumber, setLocator, setNamespacesMap, setTag, startNamespacePrefixes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DynaTagScript()
public DynaTagScript(DynaTag tag)
Method Detail |
public Script compile() throws java.lang.Exception
public void run(JellyContext context, XMLOutput output) throws java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |