|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cactus.server.JspTestRedirector
public class JspTestRedirector
Extension of the jspRedirector.jsp
JSP Redirector in the java
realm in order to provide a symmetry with the ServletRedirector
and minimize the amount of java code in jspRedirector.jsp
.
Constructor Summary | |
---|---|
JspTestRedirector()
|
Method Summary | |
---|---|
void |
doGet(JspImplicitObjects theObjects)
Handles requests from the jspRedirector.jsp JSP Redirector. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspTestRedirector()
Method Detail |
---|
public void doGet(JspImplicitObjects theObjects) throws javax.servlet.ServletException
jspRedirector.jsp
JSP Redirector.
theObjects
- the implicit objects that will be passed to the test
case
javax.servlet.ServletException
- if an error occurs servicing the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |