public abstract class HttpJspBase
extends jakarta.servlet.http.HttpServlet
implements jakarta.servlet.jsp.HttpJspPage
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJspBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
_jspDestroy() |
void |
_jspInit() |
abstract void |
_jspService(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response) |
void |
destroy() |
String |
getServletInfo() |
void |
init(jakarta.servlet.ServletConfig config) |
void |
jspDestroy() |
void |
jspInit() |
void |
service(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
Entry point into service.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, logpublic final void init(jakarta.servlet.ServletConfig config)
throws jakarta.servlet.ServletException
init in interface jakarta.servlet.Servletinit in class jakarta.servlet.GenericServletjakarta.servlet.ServletExceptionpublic String getServletInfo()
getServletInfo in interface jakarta.servlet.ServletgetServletInfo in class jakarta.servlet.GenericServletpublic final void destroy()
destroy in interface jakarta.servlet.Servletdestroy in class jakarta.servlet.GenericServletpublic final void service(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
throws jakarta.servlet.ServletException,
IOException
service in class jakarta.servlet.http.HttpServletjakarta.servlet.ServletExceptionIOExceptionpublic void jspInit()
jspInit in interface jakarta.servlet.jsp.JspPagepublic void _jspInit()
public void jspDestroy()
jspDestroy in interface jakarta.servlet.jsp.JspPageprotected void _jspDestroy()
public abstract void _jspService(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
throws jakarta.servlet.ServletException,
IOException
_jspService in interface jakarta.servlet.jsp.HttpJspPagejakarta.servlet.ServletExceptionIOExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.