public abstract class HttpJspBase extends HttpServlet
Modifier and Type | Method and Description |
---|---|
void |
_jspInit() |
abstract void |
_jspService(HttpServletRequest request,
HttpServletResponse response) |
void |
destroy() |
java.lang.String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
jspDestroy() |
void |
jspInit() |
void |
service(HttpServletRequest request,
HttpServletResponse response)
Entry point into service.
|
service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
public final void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
public java.lang.String getServletInfo()
getServletInfo
in interface Servlet
getServletInfo
in class GenericServlet
public final void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
public final void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
service
in class HttpServlet
ServletException
java.io.IOException
public void jspInit()
public void _jspInit()
public void jspDestroy()
public abstract void _jspService(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"