kieker.monitoring.probe.spring.executions
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
- Author:
- Andre van Hoorn
Method Summary |
void |
afterCompletion(org.springframework.web.context.request.WebRequest request,
java.lang.Exception map)
|
void |
postHandle(org.springframework.web.context.request.WebRequest request,
org.springframework.ui.ModelMap map)
|
void |
preHandle(org.springframework.web.context.request.WebRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_REGISTRY
protected static final SessionRegistry SESSION_REGISTRY
- Stores the singleton instance of the session registry.
OperationExecutionWebRequestRegistrationInterceptor
public OperationExecutionWebRequestRegistrationInterceptor()
- Creates a new instance of this class.
preHandle
public void preHandle(org.springframework.web.context.request.WebRequest request)
throws java.lang.Exception
-
- Specified by:
preHandle
in interface org.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:
postHandle
in interface org.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:
afterCompletion
in interface org.springframework.web.context.request.WebRequestInterceptor
- Throws:
java.lang.Exception
Copyright 2015 Kieker Project, http://kieker-monitoring.net