Class ThreadTag
java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.ThreadTag
- All Implemented Interfaces:
Tag
A tag that spawns the contained script in a separate thread
- Author:
- Vinay Chandran
-
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.voidSet the file which is generated from the outputvoidSets the name of the thread.voidsetXmlOutput(XMLOutput xmlOutput) Sets the destination of outputMethods 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
-
Constructor Details
-
ThreadTag
public ThreadTag()
-
-
Method Details
-
doTag
Description copied from interface:TagEvaluates this tag after all the tags properties have been initialized.- Throws:
JellyTagException
-
setName
Sets the name of the thread.- Parameters:
name- The name to set
-
setXmlOutput
Sets the destination of output -
setFile
Set the file which is generated from the output- Parameters:
name- The output file name- Throws:
IOException
-