|
Class Summary |
| AcceptLanguage |
Util to process the "Accept-Language" header. |
| ContentType |
Usefull methods for Content-Type processing |
| Cookie |
Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server. |
| Cookies |
A collection of cookies - reusable and tuned for server side performance. |
| Enumerator<E> |
Adapter class that wraps an Enumeration around a Java2
collection classes object Iterator so that existing APIs
returning Enumerations can easily run on top of the new collections. |
| FastDateFormat |
Fast date formatter that caches recently formatted date information
and uses it to avoid too-frequent calls to the underlying
formatter. |
| FastHttpDateFormat |
Utility class to generate HTTP dates. |
| Globals |
Global constants that are applicable to multiple packages within Catalina. |
| HtmlHelper |
Utility class used to generate HTML pages. |
| HttpMessages |
Handle (internationalized) HTTP messages. |
| HttpRequestURIDecoder |
Utility class that make sure an HTTP url defined inside a MessagesBytes
is normalized, converted and valid. |
| LocaleToCharsetMap |
A mapping to determine the (somewhat arbitrarily) preferred charset for
a given locale. |
| MimeHeaders |
Memory-efficient repository for Mime Headers. |
| MimeMap |
A mime type map that implements the java.net.FileNameMap interface. |
| MimeType |
Hardcoded mime-type supported by default. |
| ParameterMap |
Extended implementation of HashMap that includes a
locked property. |
| Parameters |
|
| ServerCookie |
Server-side cookie representation. |
| StringParser |
Utility class for string parsing that is higher performance than
StringParser for simple delimited text cases. |