Constructor and Description |
---|
Servlet()
constructor for the tag class
|
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setCode(String code)
set the value code
The class name of the Java servlet to execute.
|
void |
setDebug(boolean debug)
set the value debug
Boolean specifying whether additional information about the JRun connection status and
activity is to be written to the JRun error log
|
void |
setJrunproxy(String jrunproxy)
set the value jrunproxy
|
void |
setTimeout(double timeout)
set the value timeout
Specifies how many seconds JRun waits for the servlet to complete before timing out.
|
void |
setWriteoutput(boolean writeoutput)
set the value writeoutput
|
getParent, required, required, required, required, setPageContext, setPageContext, setParent
public Servlet() throws ExpressionException
ExpressionException
public void setDebug(boolean debug)
debug
- value to setpublic void setCode(String code)
code
- value to setpublic void setWriteoutput(boolean writeoutput)
writeoutput
- value to setpublic void setTimeout(double timeout)
timeout
- value to setpublic void setJrunproxy(String jrunproxy)
jrunproxy
- value to setpublic int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doEndTag()
Copyright © 2015 Lucee