|
Class Summary |
| RequestGetterImpl |
Service which will retrieve the current request information if it is available,
this allows an application scoped bean to get access to request scoped information |
| RequestStorageImpl |
Impl for the request store,
will store values in the request itself and will maintain a map of all request values in a threadlocal
which should always be cleared at the end of the request |
| RequestStorageImpl.EntryComparator |
|
| RequestUtils |
Contains a set of static utility methods for working with requests |
| RequestUtils.ShortestStringLastComparator |
Comparator which puts the longest strings first and the shortest last |