|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerLocation | |
|---|---|
| org.javasimon.spring.webmvc | MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor
time spent in Controller and View. |
| Uses of HandlerLocation in org.javasimon.spring.webmvc |
|---|
| Fields in org.javasimon.spring.webmvc with type parameters of type HandlerLocation | |
|---|---|
private StopwatchSource<HandlerLocation> |
MonitoringHandlerInterceptor.stopwatchSource
Stopwatch source. |
private ThreadLocal<HandlerLocation> |
MonitoringHandlerInterceptor.threadLocation
Current thread running split, if any. |
| Methods in org.javasimon.spring.webmvc with parameters of type HandlerLocation | |
|---|---|
protected String |
HandlerStopwatchSource.getMonitorName(HandlerLocation t)
|
protected Split |
MonitoringHandlerInterceptor.startStopwatch(HandlerLocation location)
Start stopwatch for given name and thread. |
| Constructor parameters in org.javasimon.spring.webmvc with type arguments of type HandlerLocation | |
|---|---|
MonitoringHandlerInterceptor(StopwatchSource<HandlerLocation> stopwatchSource)
Constructor with stopwatch source. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||