public abstract class HttpJspBase
extends HttpServlet
Modifier | Constructor and Description |
---|---|
protected |
HttpJspBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
_jspDestroy() |
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.
|
public final void init(ServletConfig config) throws ServletException
ServletException
public java.lang.String getServletInfo()
public final void destroy()
public final void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException
public void jspInit()
public void _jspInit()
public void jspDestroy()
protected void _jspDestroy()
public abstract void _jspService(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
ServletException
java.io.IOException