com.basecmp.core.servlets
Class SSIIncludeFilter

java.lang.Object
  extended bycom.basecmp.core.servlets.SSIIncludeFilter

public class SSIIncludeFilter
extends java.lang.Object

ServletFilter replacing all include-directives against evaluated code. The ssi-include directive is the only supported directive. All other directives are not implemented on purpose for security reasons. input-object. Created on 14.05.2006

Author:
Wolfgang Schröder

Field Summary
static java.lang.String CONFIG_PARAM_EXCLUDE_PATH_PATTERN
           
 
Constructor Summary
SSIIncludeFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PARAM_EXCLUDE_PATH_PATTERN

public static final java.lang.String CONFIG_PARAM_EXCLUDE_PATH_PATTERN
See Also:
Constant Field Values
Constructor Detail

SSIIncludeFilter

public SSIIncludeFilter()
Method Detail

destroy

public void destroy()

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

init

public void init(FilterConfig config)
          throws ServletException
Throws:
ServletException


Copyright © 2004 by basecmp® - Professional Web Solutions