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: 6259 $, 1.0. $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Poth, last edited by: $Author: bezema $
 
 
 
| 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