| Package | Description |
|---|---|
| org.springframework.web.filter |
Provides generic filter base classes allowing for bean-style configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsRequestLoggingFilter
Simple request logging filter that writes the request URI
(and optionally the query string) to the Commons Log.
|
class |
ServletContextRequestLoggingFilter
Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
|