org.deegree.enterprise.servlet
Class LoggingFilter
java.lang.Object
org.deegree.enterprise.servlet.LoggingFilter
- All Implemented Interfaces:
- Filter
public class LoggingFilter
- extends Object
- implements Filter
servlet filter for logging incoming requests and outgoing responses. Through the init-params a
user may limit logging to:
- requests received from a list of defined source/remote addresses
- returned mime types
- meta informations about the incoming request
- Since:
- 2.0
- Version:
- $Revision: 9338 $, 1.0. $Revision: 9338 $, $Date: 2007-12-27 13:31:31 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingFilter
public LoggingFilter()
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init
in interface Filter
- Parameters:
config
-
- Throws:
ServletException
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter
in interface Filter
- Parameters:
request
- response
- chain
-
- Throws:
IOException
ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface Filter
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net