Quadcap Embeddable Server

com.quadcap.http.servlets.jsp.JspPage Class Reference

Inheritance diagram for com.quadcap.http.servlets.jsp.JspPage:

HttpServlet HttpJspPage List of all members.

Detailed Description

JspPage implementation.

Author:
Stan Bailes

Definition at line 58 of file JspPage.java.

Public Member Functions

 JspPage ()
void jspInit ()
void jspDestroy ()
abstract void _jspService (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
void init (ServletConfig config) throws ServletException
final void service (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException


Constructor & Destructor Documentation

com.quadcap.http.servlets.jsp.JspPage.JspPage  ) 
 

Definition at line 59 of file JspPage.java.


Member Function Documentation

abstract void com.quadcap.http.servlets.jsp.JspPage._jspService HttpServletRequest  request,
HttpServletResponse  response
throws ServletException, IOException [pure virtual]
 

Referenced by com.quadcap.http.servlets.jsp.JspServlet.service().

void com.quadcap.http.servlets.jsp.JspPage.init ServletConfig  config  )  throws ServletException
 

Definition at line 68 of file JspPage.java.

References com.quadcap.http.servlets.jsp.JspPage.init().

Referenced by com.quadcap.http.servlets.jsp.JspPage.init(), and com.quadcap.http.servlets.jsp.JspServlet.loadJspPage().

void com.quadcap.http.servlets.jsp.JspPage.jspDestroy  ) 
 

Definition at line 62 of file JspPage.java.

Referenced by com.quadcap.http.servlets.jsp.JspServlet.unload().

void com.quadcap.http.servlets.jsp.JspPage.jspInit  ) 
 

Definition at line 61 of file JspPage.java.

Referenced by com.quadcap.http.servlets.jsp.JspServlet.loadJspPage().

final void com.quadcap.http.servlets.jsp.JspPage.service HttpServletRequest  request,
HttpServletResponse  response
throws ServletException, IOException
 

Definition at line 72 of file JspPage.java.

References com.quadcap.http.servlets.jsp.JspPage.service().

Referenced by com.quadcap.http.servlets.jsp.JspPage.service().