Package org.javasimon.spring.webmvc

MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor time spent in Controller and View.

See:
          Description

Class Summary
HandlerLocation Location used by stopwatch source for MVC Handler interceptor.
HandlerStopwatchSource Stopwatch source for Spring MVC handlers.
MonitoringHandlerInterceptor Spring MVC interceptor monitors time spent in handlers (usually controllers) and views.
 

Enum Summary
HandlerStep Spring MVC request processing step.
 

Package org.javasimon.spring.webmvc Description

MonitoringHandlerInterceptor is a Spring MVC interceptor which can be used to monitor time spent in Controller and View. Spring 3.1 is required for this feature.



Copyright © 2012. All Rights Reserved.