public final class Execute extends BodyTagImpl
Constructor and Description |
---|
Execute() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
int |
doEndTag() |
void |
doInitBody() |
int |
doStartTag() |
void |
release() |
void |
setArguments(Object args)
set the value arguments
Command-line arguments passed to the application.
|
void |
setErrorfile(String errorfile) |
void |
setErrorvariable(String errorVariable) |
void |
setName(String name)
set the value name
The full pathname of the application to execute.
|
void |
setOutputfile(String outputfile)
set the value outputfile
The file to which to direct the output of the program.
|
void |
setTerminateontimeout(boolean terminateontimeout) |
void |
setTimeout(double timeout)
set the value timeout
Indicates how long, in seconds, the CFML executing thread waits for the spawned process.
|
void |
setVariable(String variable)
define name of variable where output is written to
|
setBodyContent
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Execute()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setArguments(Object args)
args
- value to setpublic void setTimeout(double timeout) throws ApplicationException
timeout
- value to setApplicationException
public void setTerminateontimeout(boolean terminateontimeout)
public void setName(String name)
name
- value to setpublic void setVariable(String variable) throws PageException
variable
- PageException
public void setErrorvariable(String errorVariable) throws PageException
PageException
public void setOutputfile(String outputfile)
outputfile
- value to setSecurityException
public void setErrorfile(String errorfile)
public 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 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
Copyright © 2015 Lucee