See: Description
| Class | Description |
|---|---|
| DefaultServletHttpRequestHandler |
An <code>HttpRequestHandler</code> for serving static files using the Servlet container's "default" Servlet.
|
| ResourceHttpRequestHandler |
<code>HttpRequestHandler</code> that serves static resources optimized for superior browser performance
(according to the guidelines of Page Speed, YSlow, etc.) by allowing for flexible cache settings
("cacheSeconds" property, last-modified support).
|