| 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 author: David Becker version: $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (lun., 23 avr. 2007) $ |
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.
|
inputEncoding | protected String inputEncoding(Code) | | Input encoding. If not specified, uses platform default
|
isVirtualWebappRelative | protected boolean isVirtualWebappRelative(Code) | | virtual path can be webapp-relative
|
outputEncoding | protected String outputEncoding(Code) | | Output encoding. If not specified, uses platform default
|
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)
|
|
|