![]() |
Quadcap Embeddable Server |
Inheritance diagram for com.quadcap.http.servlets.jsp.JspPage:

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 |
|
|
Definition at line 59 of file JspPage.java. |
|
||||||||||||
|
Referenced by com.quadcap.http.servlets.jsp.JspServlet.service(). |
|
|
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(). |
|
|
Definition at line 62 of file JspPage.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.unload(). |
|
|
Definition at line 61 of file JspPage.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.loadJspPage(). |
|
||||||||||||
|
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(). |