org.springframework.web.context.support
Class PerformanceMonitorListener


public class PerformanceMonitorListener
implements ApplicationListener

Listener that logs the response times of web requests. To be registered in a WebApplicationContext.

Author:
Rod Johnson
Since: January 21, 2001
See Also: RequestHandledEvent

Constructor Summary
PerformanceMonitorListener()
           

Method Summary
 voidonApplicationEvent(ApplicationEvent event)
           

Constructor Detail

PerformanceMonitorListener

public PerformanceMonitorListener()
Method Detail

onApplicationEvent

public void onApplicationEvent(ApplicationEvent event)

Association Links

to Class org.springframework.util.ResponseTimeMonitorImpl