public final class ThreadTag extends BodyTagImpl implements DynamicAttributes
Constructor and Description |
---|
ThreadTag() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
int |
doEndTag() |
void |
doInitBody() |
int |
doStartTag() |
void |
hasBody(boolean hasBody)
sets if has body or not
|
void |
register(Page currentPage,
int threadIndex) |
void |
release() |
void |
setAction(String strAction) |
void |
setDuration(double duration) |
void |
setDynamicAttribute(String uri,
Collection.Key name,
Object value) |
void |
setDynamicAttribute(String uri,
String name,
Object value) |
void |
setName(String name) |
void |
setPriority(String strPriority) |
void |
setRetryinterval(Object obj) |
void |
setRetryintervall(Object obj) |
void |
setTimeout(double timeout) |
void |
setType(String strType) |
setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public ThreadTag()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setAction(String strAction) throws ApplicationException
action
- the action to setApplicationException
public void setDuration(double duration)
duration
- the duration to setpublic void setPriority(String strPriority) throws ApplicationException
strPriority
- the priority to setApplicationException
public void setType(String strType) throws ApplicationException, SecurityException
strType
- the type to setApplicationException
SecurityException
public void setRetryintervall(Object obj) throws PageException
PageException
public void setRetryinterval(Object obj) throws PageException
PageException
public void setTimeout(double timeout)
timeout
- the timeout to setpublic void setDynamicAttribute(String uri, String name, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.name
- the name of the attribute being set.value
- the value of the attributepublic void setDynamicAttribute(String uri, Collection.Key name, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.name
- the name of the attribute being set.value
- the value of the attributepublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
public void register(Page currentPage, int threadIndex) throws PageException
PageException
public void doInitBody()
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
doInitBody
in class BodyTagImpl
public int doAfterBody()
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class BodyTagImpl
public void hasBody(boolean hasBody)
hasBody
- Copyright © 2015 Lucee