public class WebAppMonitoringPublisherValve
extends org.apache.catalina.valves.ValveBase
Modifier and Type | Field and Description |
---|---|
static String |
BACKSLASH |
static String |
WEBAPP |
asyncSupported, container, containerLog, info, next, sm
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
WebAppMonitoringPublisherValve() |
Modifier and Type | Method and Description |
---|---|
void |
invoke(org.apache.catalina.connector.Request request,
org.apache.catalina.connector.Response response) |
void |
setUrlExclusionRegex(String urlExclusionRegex)
The monitoring event will not be generated If a part of the request url matches this regex
|
backgroundProcess, event, getContainer, getDomainInternal, getInfo, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setContainer, setNext, startInternal, stopInternal, toString
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister
public static final String BACKSLASH
public static final String WEBAPP
public void invoke(org.apache.catalina.connector.Request request, org.apache.catalina.connector.Response response) throws IOException, javax.servlet.ServletException
invoke
in interface org.apache.catalina.Valve
invoke
in class org.apache.catalina.valves.ValveBase
IOException
javax.servlet.ServletException
public void setUrlExclusionRegex(String urlExclusionRegex)
urlExclusionRegex
- the regex that marks the exclusion patternCopyright © 2019 WSO2. All rights reserved.