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 |
Log4jNestedDiagnosticContextFilter
Request logging filter that adds the request log message to the Log4J
nested diagnostic context (NDC) before the request is processed,
removing it again after the request is processed.
|
class |
ServletContextRequestLoggingFilter
Simple request logging filter that writes the request URI
(and optionally the query string) to the ServletContext log.
|
Copyright © 2015. All rights reserved.