lumis.portal.monitor.impl
Class MonitorContextFilter

Package class diagram package MonitorContextFilter
java.lang.Object
  extended by lumis.portal.monitor.impl.MonitorContextFilter
All Implemented Interfaces:
Filter

public class MonitorContextFilter
extends Object
implements Filter

Manipulates the IMonitorContext, setting some request informations and cleaning it up after the request is processed.

Since:
4.1.0

Constructor Summary
MonitorContextFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorContextFilter

public MonitorContextFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Specified by:
init in interface Filter
Throws:
ServletException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws IOException,
                     ServletException
Specified by:
doFilter in interface Filter
Throws:
IOException
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Filter


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.