org.apache.catalina.ssi
public class SSIFilter extends Object implements Filter
Version: $Revision: 531303 $, $Date: 2007-04-23 02:24:01 +0200 (Mon, 23 Apr 2007) $
See Also: SSIServlet
| Field Summary | |
|---|---|
| protected FilterConfig | config |
| protected Pattern | contentTypeRegEx regex pattern to match when evaluating content types |
| protected int | debug Debug level for this servlet. |
| protected Long | expires Expiration time in seconds for the doc. |
| protected boolean | isVirtualWebappRelative virtual path can be webapp-relative |
| protected Pattern | shtmlRegEx default pattern for ssi filter content type matching |
| Method Summary | |
|---|---|
| void | destroy() |
| void | doFilter(ServletRequest request, ServletResponse response, FilterChain chain) |
| void | init(FilterConfig config)
Initialize this servlet.
|
Throws: ServletException if an error occurs