Interface | Description |
---|---|
PerformanceLogFilterMessageFormatter |
Formats messages for
PerformanceLogFilter . |
RequestMatcher |
Matcher for
ServletRequest s. |
Class | Description |
---|---|
DefaultPerformanceLogFilterMessageFormatter |
Default
PerformanceLogFilterMessageFormatter implementation. |
HibernateUnitOfWorkFilter |
This class implements a
Filter that wraps entire web requests in UnitOfWork instances using the configured HibernateRepository instances. |
InitParameterNames |
Universally useful initialization parameter names for servlets and filters.
|
PathPatternRequestMatcher |
A matcher that matches (relative) path of the request against regular expressions.
|
PerformanceLogFilter |
This filter logs the execution time of incoming web requests using a
PerformanceLogger . |
RequestEncodingFilter |
A filter that consistently sets the request encoding.
|
Enum | Description |
---|---|
TrivialRequestMatcher |
Trivial request matcher implementations that might be useful.
|
Exception | Description |
---|---|
ServletConfigurationError |
This exception is thrown for severe
Servlet and Filter related configuration errors. |
Copyright © 2012-2013. All Rights Reserved.