public class WebModulesContainer
extends java.lang.Object
| Constructor and Description |
|---|
WebModulesContainer(com.microsoft.applicationinsights.TelemetryConfiguration configuration)
Constructs new WebModulesContainer object from the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getModulesCount()
Gets the modules count
|
void |
invokeOnBeginRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
Invokes onBeginRequest on each of the telemetry modules
|
void |
invokeOnEndRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
Invokes onEndRequest on each of the telemetry modules
|
public WebModulesContainer(com.microsoft.applicationinsights.TelemetryConfiguration configuration)
configuration - The configuration to take the web modules from.public void invokeOnBeginRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
req - The request to processres - The response to processpublic void invokeOnEndRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
req - The request to processres - The response to processpublic int getModulesCount()