Package | Description |
---|---|
org.javasimon.spring.webmvc |
MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor
time spent in Controller and View. |
Modifier and Type | Method and Description |
---|---|
protected String |
HandlerStopwatchSource.getMonitorName(HandlerLocation t) |
protected Split |
MonitoringHandlerInterceptor.startStopwatch(HandlerLocation location)
Start stopwatch for given name and thread.
|
Constructor and Description |
---|
MonitoringHandlerInterceptor(StopwatchSource<HandlerLocation> stopwatchSource)
Constructor with stopwatch source.
|
Copyright © 2019. All rights reserved.