Package net.sourceforge.hiveutils.web.util

This package contains generally useful classes to use in a web application.

See:
          Description

Class Summary
GzipFilter Servlet Filter that uncompresses incoming request (if compressed with gzip) and conditionnally compresses outgoing responses (if client accepts gzip encoding).
LoggingSessionListener SessionListener that logs all session creation/destruction, including the the duration of activity of each session.
PerformanceMonitorFilter Servlet Filter that logs the time spent by requests.
SystemPropertyInitListener ServletContextListener that will initialize System properties with values that are provided as parameters to the listener.
 

Package net.sourceforge.hiveutils.web.util Description

This package contains generally useful classes to use in a web application.