org.apache.commons.jelly.tags.core
public class ThreadTag extends TagSupport
body, context, parent
Constructor and Description |
---|
ThreadTag() |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setFile(java.lang.String name)
Set the file which is generated from the output
|
void |
setName(java.lang.String name)
Sets the name of the thread.
|
void |
setXmlOutput(XMLOutput xmlOutput)
Sets the destination of output
|
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 void setName(java.lang.String name)
name
- The name to setpublic void setXmlOutput(XMLOutput xmlOutput)
public void setFile(java.lang.String name) throws java.io.IOException
name
- The output file namejava.io.IOException
Copyright © 2014. All Rights Reserved.