Uses of Class
org.javasimon.spring.webmvc.HandlerLocation

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  StopwatchTemplate<HandlerLocation> MonitoringHandlerInterceptor.stopwatchTemplate
          Stopwatch template.
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(MonitorSource<HandlerLocation,Stopwatch> stopwatchSource)
          Constructor with stopwatch source.
 



Copyright © 2012. All Rights Reserved.