- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
@WebServlet(urlPatterns="*.appcache")
public class CacheManifestServlet
extends javax.servlet.http.HttpServlet
This servlet provides a cache manifest file specific to the requesting user
agent. It responds to .appcache requests and dispatches to user agent
specific appcache.manifest files (i.e. safari.appcache.manifest). These files
are generated at compile time by a dedicated linker. See the Errai reference
guide for details on how to activate this linker.
- Author:
- Christian Sadilek
- See Also:
- Serialized Form