MonitoringHandlerInterceptor
is a Spring MVC interceptor which can be used to monitor
time spent in Controller and View.See: Description
Class | Description |
---|---|
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 | Description |
---|---|
HandlerStep |
Spring MVC request processing step.
|
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 © 2019. All rights reserved.