public class JspTestRedirector
extends java.lang.Object
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 and Description |
---|
JspTestRedirector() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(JspImplicitObjects theObjects)
Handles requests from the
jspRedirector.jsp JSP Redirector. |
public void doGet(JspImplicitObjects theObjects) throws javax.servlet.ServletException
jspRedirector.jsp
JSP Redirector.theObjects
- the implicit objects that will be passed to the test
casejavax.servlet.ServletException
- if an error occurs servicing the requestCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.