|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.apache.catalina.ssi.SSIServlet
public class SSIServlet
Servlet to process SSI requests within a webpage. Mapped to a path from within web.xml.
Field Summary | |
---|---|
protected boolean |
allowExec
Allow exec (normally blocked for security) |
protected boolean |
buffered
Should the output be buffered. |
protected int |
debug
Debug level for this servlet. |
protected java.lang.Long |
expires
Expiration time in seconds for the doc. |
protected java.lang.String |
inputEncoding
Input encoding. |
protected boolean |
isVirtualWebappRelative
virtual path can be webapp-relative |
protected java.lang.String |
outputEncoding
Output encoding. |
Constructor Summary | |
---|---|
SSIServlet()
|
Method Summary | |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process and forward the GET request to our requestHandler() * |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process and forward the POST request to our requestHandler() . |
void |
init()
Initialize this servlet. |
protected void |
processSSI(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.net.URL resource)
|
protected void |
requestHandler(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process our request and locate right SSI command. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int debug
protected boolean buffered
protected java.lang.Long expires
protected boolean isVirtualWebappRelative
protected java.lang.String inputEncoding
protected java.lang.String outputEncoding
protected boolean allowExec
Constructor Detail |
---|
public SSIServlet()
Method Detail |
---|
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
- if an error occurspublic void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException, javax.servlet.ServletException
requestHandler()
*
doGet
in class javax.servlet.http.HttpServlet
req
- a value of type 'HttpServletRequest'res
- a value of type 'HttpServletResponse'
java.io.IOException
- if an error occurs
javax.servlet.ServletException
- if an error occursServletResponse.setContentType(java.lang.String)
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException, javax.servlet.ServletException
requestHandler()
.
doPost
in class javax.servlet.http.HttpServlet
req
- a value of type 'HttpServletRequest'res
- a value of type 'HttpServletResponse'
java.io.IOException
- if an error occurs
javax.servlet.ServletException
- if an error occursServletOutputStream
,
ServletResponse.setContentType(java.lang.String)
protected void requestHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws java.io.IOException, javax.servlet.ServletException
req
- a value of type 'HttpServletRequest'res
- a value of type 'HttpServletResponse'
java.io.IOException
javax.servlet.ServletException
protected void processSSI(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, java.net.URL resource) throws java.io.IOException
java.io.IOException
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |