Uses of Class
org.eclipse.jetty.server.CachedContentFactory
-
Packages that use CachedContentFactory Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of CachedContentFactory in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as CachedContentFactory Modifier and Type Field Description private CachedContentFactory
CachedContentFactory. _parent
Constructors in org.eclipse.jetty.server with parameters of type CachedContentFactory Constructor Description CachedContentFactory(CachedContentFactory parent, ResourceFactory factory, MimeTypes mimeTypes, boolean useFileMappedBuffer, boolean etags, CompressedContentFormat[] precompressedFormats)
Constructor. -
Uses of CachedContentFactory in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as CachedContentFactory Modifier and Type Field Description private CachedContentFactory
DefaultServlet. _cache
-