See: Description
Class | Description |
---|---|
DefaultServletHttpRequestHandler |
An
HttpRequestHandler for serving static files using the Servlet container's "default" Servlet. |
ResourceHttpRequestHandler |
HttpRequestHandler 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). |