info.magnolia.cms.filters
Class BackwardCompatibilityFilter

java.lang.Object
  extended by info.magnolia.cms.filters.AbstractMgnlFilter
      extended by info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter
          extended by info.magnolia.cms.filters.BackwardCompatibilityFilter
All Implemented Interfaces:
MgnlFilter, javax.servlet.Filter

Deprecated. since 4.3

public class BackwardCompatibilityFilter
extends OncePerRequestAbstractMgnlFilter

Used to support the deprecated ${actpage} expression in jsps.

Version:
$Id: BackwardCompatibilityFilter.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp

Constructor Summary
BackwardCompatibilityFilter()
          Deprecated.  
 
Method Summary
 void doFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Deprecated.  
 
Methods inherited from class info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter
bypasses, doFilter
 
Methods inherited from class info.magnolia.cms.filters.AbstractMgnlFilter
acceptsEncoding, acceptsGzipEncoding, addAndVerifyHeader, addBypass, addMapping, destroy, getBypasses, getDispatching, getMapping, getMappings, getName, headerContains, init, isEnabled, mapsTo, matches, matchesDispatching, setDispatching, setEnabled, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackwardCompatibilityFilter

public BackwardCompatibilityFilter()
Deprecated. 
Method Detail

doFilter

public void doFilter(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     javax.servlet.FilterChain chain)
              throws IOException,
                     javax.servlet.ServletException
Deprecated. 
Specified by:
doFilter in class AbstractMgnlFilter
Throws:
IOException
javax.servlet.ServletException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.