org.apache.jasper.runtime
public abstract class HttpJspBase extends HttpServlet implements HttpJspPage
| Constructor Summary | |
|---|---|
| protected | HttpJspBase() |
| Method Summary | |
|---|---|
| void | destroy() |
| String | getServletInfo() |
| void | init(ServletConfig config) |
| void | jspDestroy() |
| void | jspInit() |
| void | service(HttpServletRequest request, HttpServletResponse response)
Entry point into service. |
| protected void | _jspDestroy() |
| void | _jspInit() |
| abstract void | _jspService(HttpServletRequest request, HttpServletResponse response) |