org.jvnet.hudson.plugins.monitoring
Class HudsonMonitoringFilter
java.lang.Object
net.bull.javamelody.MonitoringFilter
net.bull.javamelody.PluginMonitoringFilter
org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter
- All Implemented Interfaces:
- javax.servlet.Filter
public class HudsonMonitoringFilter
- extends net.bull.javamelody.PluginMonitoringFilter
Filter of monitoring JavaMelody with security check for Hudson/Jenkins administrator.
- Author:
- Emeric Vernat
Method Summary |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
|
void |
init(javax.servlet.FilterConfig config)
|
Methods inherited from class net.bull.javamelody.PluginMonitoringFilter |
destroy |
Methods inherited from class net.bull.javamelody.MonitoringFilter |
getMonitoringUrl, getRequestName, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HudsonMonitoringFilter
public HudsonMonitoringFilter()
init
public void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
-
- Specified by:
init
in interface javax.servlet.Filter
- Overrides:
init
in class net.bull.javamelody.PluginMonitoringFilter
- Throws:
javax.servlet.ServletException
doFilter
public void doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws java.io.IOException,
javax.servlet.ServletException
-
- Specified by:
doFilter
in interface javax.servlet.Filter
- Overrides:
doFilter
in class net.bull.javamelody.PluginMonitoringFilter
- Throws:
java.io.IOException
javax.servlet.ServletException
Copyright © 2009-2012. All Rights Reserved.