Class OperationExecutionWebRequestRegistrationInterceptor
java.lang.Object
kieker.monitoring.probe.spring.executions.OperationExecutionWebRequestRegistrationInterceptor
- All Implemented Interfaces:
org.springframework.web.context.request.WebRequestInterceptor
public class OperationExecutionWebRequestRegistrationInterceptor
extends java.lang.Object
implements org.springframework.web.context.request.WebRequestInterceptor
- Since:
- 0.9
-
Field Summary
Fields Modifier and Type Field Description protected static kieker.monitoring.core.registry.SessionRegistrySESSION_REGISTRYStores the singleton instance of the session registry. -
Constructor Summary
Constructors Constructor Description OperationExecutionWebRequestRegistrationInterceptor()Creates a new instance of this class. -
Method Summary
Modifier and Type Method Description voidafterCompletion(org.springframework.web.context.request.WebRequest request, java.lang.Exception map)voidpostHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap map)voidpreHandle(org.springframework.web.context.request.WebRequest request)
-
Field Details
-
SESSION_REGISTRY
protected static final kieker.monitoring.core.registry.SessionRegistry SESSION_REGISTRYStores the singleton instance of the session registry.
-
-
Constructor Details
-
OperationExecutionWebRequestRegistrationInterceptor
public OperationExecutionWebRequestRegistrationInterceptor()Creates a new instance of this class.
-
-
Method Details
-
preHandle
public void preHandle(org.springframework.web.context.request.WebRequest request) throws java.lang.Exception- Specified by:
preHandlein interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
java.lang.Exception
-
postHandle
public void postHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap map) throws java.lang.Exception- Specified by:
postHandlein interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
java.lang.Exception
-
afterCompletion
public void afterCompletion(org.springframework.web.context.request.WebRequest request, java.lang.Exception map) throws java.lang.Exception- Specified by:
afterCompletionin interfaceorg.springframework.web.context.request.WebRequestInterceptor- Throws:
java.lang.Exception
-