| javax.servlet.http.HttpServlet org.apache.catalina.ssi.SSIServlet
SSIServlet | public class SSIServlet extends HttpServlet (Code) | | Servlet to process SSI requests within a webpage.
Mapped to a path from within web.xml.
author: Bip Thelin author: Amy Roh author: Dan Sandberg version: $Revision: 1.1 $, $Date: 2002/05/26 00:00:55 $ |
buffered | protected boolean buffered(Code) | | Should the output be buffered.
|
debug | protected int debug(Code) | | Debug level for this servlet.
|
expires | protected Long expires(Code) | | Expiration time in seconds for the doc.
|
isVirtualWebappRelative | protected boolean isVirtualWebappRelative(Code) | | virtual path can be webapp-relative
|
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)
|
|
|