org.jmonit.web
Class JMonitFilterWithWebUI

java.lang.Object
  extended by org.jmonit.web.JMonitFilter
      extended by org.jmonit.web.JMonitFilterWithWebUI
All Implemented Interfaces:
javax.servlet.Filter

public class JMonitFilterWithWebUI
extends JMonitFilter

Extend the jMonit filter to provide web UI for jMonit.

Author:
Nicolas De Loof

Constructor Summary
JMonitFilterWithWebUI()
           
 
Method Summary
 void doFilter(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain chain)
          Http specific doFilter implementation
 void init(javax.servlet.FilterConfig filterConfig)
          
 
Methods inherited from class org.jmonit.web.JMonitFilter
buildMonitorNameFromUri, destroy, doFilter, getRequestedUri, getTagForUri, initDefaultTags, initMapping, initRepository, setRepository, setTags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMonitFilterWithWebUI

public JMonitFilterWithWebUI()
Method Detail

init

public void init(javax.servlet.FilterConfig filterConfig)
          throws javax.servlet.ServletException

Specified by:
init in interface javax.servlet.Filter
Overrides:
init in class JMonitFilter
Throws:
javax.servlet.ServletException
See Also:
JMonitFilter.init(javax.servlet.FilterConfig)

doFilter

public void doFilter(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     javax.servlet.FilterChain chain)
              throws java.io.IOException,
                     javax.servlet.ServletException
Description copied from class: JMonitFilter
Http specific doFilter implementation

Overrides:
doFilter in class JMonitFilter
Parameters:
request - Http request
response - Http response
chain - request chain
Throws:
java.io.IOException - IO exception occurs
javax.servlet.ServletException - servlet Exception occurs


Copyright © 2007 Nicolas De Loof. All Rights Reserved.