public abstract class HttpJspBase extends HttpServlet implements HttpJspPage
| Constructor and Description |
|---|
HttpJspBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_jspDestroy() |
void |
_jspInit() |
abstract void |
_jspService(HttpServletRequest request,
HttpServletResponse response) |
void |
destroy() |
String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
jspDestroy() |
void |
jspInit() |
doGet, doPostclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServletConfig, servicepublic final void init(ServletConfig config) throws ServletException
init in interface ServletServletExceptionpublic String getServletInfo()
getServletInfo in interface Servletpublic void _jspInit()
public void jspDestroy()
jspDestroy in interface JspPageprotected void _jspDestroy()
public abstract void _jspService(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
_jspService in interface HttpJspPageServletExceptionIOExceptionCopyright © 2022. All rights reserved.