public class OperationExecutionWebRequestRegistrationInterceptor
extends java.lang.Object
implements org.springframework.web.context.request.WebRequestInterceptor
Modifier and Type | Field and Description |
---|---|
protected static SessionRegistry |
SESSION_REGISTRY
Stores the singleton instance of the session registry.
|
Constructor and Description |
---|
OperationExecutionWebRequestRegistrationInterceptor()
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
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) |
protected static final SessionRegistry SESSION_REGISTRY
public OperationExecutionWebRequestRegistrationInterceptor()
public void preHandle(org.springframework.web.context.request.WebRequest request) throws java.lang.Exception
preHandle
in interface org.springframework.web.context.request.WebRequestInterceptor
java.lang.Exception
public void postHandle(org.springframework.web.context.request.WebRequest request, org.springframework.ui.ModelMap map) throws java.lang.Exception
postHandle
in interface org.springframework.web.context.request.WebRequestInterceptor
java.lang.Exception
public void afterCompletion(org.springframework.web.context.request.WebRequest request, java.lang.Exception map) throws java.lang.Exception
afterCompletion
in interface org.springframework.web.context.request.WebRequestInterceptor
java.lang.Exception
Copyright 2017 Kieker Project, http://kieker-monitoring.net