jrun.jsp
Class JSPServlet
jrun.jsp.JSPServlet
- Direct Known Subclasses:
- JSTServlet
- public class JSPServlet
This servlet handles requests to a JSP page.
Its main responsibility is creating a JRunPageContext object and
passing it to the JSPCompiler
- Author:
- Tom Reilly
|
Method Summary |
void |
destroy()
|
java.lang.String |
getServletInfo()
|
void |
init(javax.servlet.ServletConfig config)
Things we figure out at init time |
void |
service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
JSPServlet service handles orchestrating the creation/running of a
JSP page. |
protected void |
translate(java.lang.String pagePath)
|
application
protected javax.servlet.ServletContext application
jspEngine
protected JSPEngine jspEngine
JSPServlet
public JSPServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Things we figure out at init time
destroy
public void destroy()
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- JSPServlet service handles orchestrating the creation/running of a
JSP page.
translate
protected void translate(java.lang.String pagePath)
throws javax.servlet.ServletException,
java.io.IOException
getServletInfo
public java.lang.String getServletInfo()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.