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

Definition at line 86 of file JspServlet.java.
Public Member Functions | |
| void | init (ServletConfig config) throws ServletException |
| void | destroy () |
| String | getServletInfo () |
Protected Member Functions | |
| void | service (HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException |
Package Functions | |
| void | refreshClassLoader () |
| JspPage | getJspPageForName (String name, HttpServletResponse response) throws IOException, ServletException |
| void | unload (JspPage page) |
| JspPage | loadJspPage (JspObject jsp, HttpServletResponse response) throws IOException, ServletException, JspException |
| void | compilePage (JspObject jsp, HttpServletResponse response) throws IOException, ServletException, ClassNotFoundException |
| void | translatePage (JspObject jsp) throws IOException, ServletException |
| void | compileJsp (JspObject jsp, Reader in, PrintWriter w) throws IOException, ServletException |
Static Package Functions | |
| String | substring (String s, int f) |
| String | substring (String s, int f, int t) |
Package Attributes | |
| ClassLoader | parentClassLoader |
| ServletConfig | config |
| ServletContext | context |
| File | repository |
| Hashtable | pages = new Hashtable() |
| JspClassLoader | classLoader = null |
| JavaCompiler | javaCompiler = null |
Static Package Attributes | |
| Object | compileLock = new Object() |
|
||||||||||||||||
|
||||||||||||
|
|
Definition at line 418 of file JspServlet.java. |
|
||||||||||||
|
|
Definition at line 422 of file JspServlet.java. |
|
|
||||||||||||
|
|
Definition at line 153 of file JspServlet.java. References com.quadcap.http.servlets.jsp.JspServlet.parentClassLoader, and com.quadcap.http.servlets.jsp.JspServlet.repository. Referenced by com.quadcap.http.servlets.jsp.JspServlet.init(), and com.quadcap.http.servlets.jsp.JspServlet.unload(). |
|
||||||||||||
|
Definition at line 157 of file JspServlet.java. References com.quadcap.http.servlets.jsp.JspPage._jspService(), com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(), and com.quadcap.http.servlets.jsp.JspServlet.service(). Referenced by com.quadcap.http.servlets.jsp.JspServlet.service(). |
|
||||||||||||||||
|
Definition at line 372 of file JspServlet.java. |
|
||||||||||||
|
Definition at line 365 of file JspServlet.java. References com.quadcap.http.servlets.jsp.JspServlet.substring(). Referenced by com.quadcap.http.servlets.jsp.JspServlet.compilePage(), and com.quadcap.http.servlets.jsp.JspServlet.substring(). |
|
|
Definition at line 381 of file JspServlet.java. References com.quadcap.http.servlets.jsp.JspServlet.compileJsp(), and com.quadcap.http.servlets.jsp.JspServlet.translatePage(). Referenced by com.quadcap.http.servlets.jsp.JspServlet.compilePage(), and com.quadcap.http.servlets.jsp.JspServlet.translatePage(). |
|
|
Definition at line 212 of file JspServlet.java. References com.quadcap.http.servlets.jsp.JspPage.jspDestroy(), com.quadcap.http.servlets.jsp.JspServlet.refreshClassLoader(), and com.quadcap.http.servlets.jsp.JspServlet.unload(). Referenced by com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(), and com.quadcap.http.servlets.jsp.JspServlet.unload(). |
|
|
Definition at line 92 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.loadJspPage(). |
|
|
Definition at line 217 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.loadJspPage(). |
|
|
Definition at line 88 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(), and com.quadcap.http.servlets.jsp.JspServlet.init(). |
|
|
Definition at line 89 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.compileJsp(), com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(), and com.quadcap.http.servlets.jsp.JspServlet.init(). |
|
|
Definition at line 93 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.compilePage(). |
|
|
Definition at line 91 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(). |
|
|
Definition at line 87 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.init(), and com.quadcap.http.servlets.jsp.JspServlet.refreshClassLoader(). |
|
|
Definition at line 90 of file JspServlet.java. Referenced by com.quadcap.http.servlets.jsp.JspServlet.getJspPageForName(), com.quadcap.http.servlets.jsp.JspServlet.init(), and com.quadcap.http.servlets.jsp.JspServlet.refreshClassLoader(). |