| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.rimfaxe.webserver.runtime.HttpJspBase
HttpJspBase | abstract public class HttpJspBase extends HttpServlet implements HttpJspPage(Code) | | This is the subclass of all JSP-generated servlets.
author: Anil K. Vijendran |
HttpJspBase | protected HttpJspBase()(Code) | | |
destroy | final public void destroy()(Code) | | |
getIncludes | abstract public List getIncludes()(Code) | | Get the list of compile time included files used
by the JSP file.
Overridden by generated JSP java source files.
List compile time includes |
jspDestroy | public void jspDestroy()(Code) | | |
jspInit | public void jspInit()(Code) | | |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|