|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.ext.tag.TagImpl
railo.runtime.tag.Servlet
public final class Servlet
Executes a Java servlet on a JRun engine. This tag is used in conjunction with the cfserletparam tag, which passes data to the servlet.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
Servlet()
constructor for the tag class |
Method Summary | |
---|---|
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 |
Methods inherited from class railo.runtime.ext.tag.TagImpl |
---|
getParent, required, required, required, required, setPageContext, setPageContext, setParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Servlet() throws ExpressionException
ExpressionException
Method Detail |
---|
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
Tag.doStartTag()
public int doEndTag()
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
Tag.doEndTag()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class TagImpl
Tag.release()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |