Package jmri.web.servlet.directory
Class DirectoryService
java.lang.Object
org.eclipse.jetty.server.ResourceService
jmri.web.servlet.directory.DirectoryService
Service that returns a directory listing that matches the JMRI web site
theme.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.server.ResourceService
org.eclipse.jetty.server.ResourceService.WelcomeFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidnotFound(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected voidsendDirectory(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.eclipse.jetty.util.resource.Resource resource, String pathInContext) Methods inherited from class org.eclipse.jetty.server.ResourceService
doGet, getCacheControl, getContentFactory, getEncodingCacheSize, getGzipEquivalentFileExtensions, getPrecompressedFormats, getWelcomeFactory, isAcceptRanges, isDirAllowed, isEtags, isGzippedContent, isPathInfoOnly, isRedirectWelcome, passConditionalHeaders, putHeaders, sendData, sendStatus, sendWelcome, setAcceptRanges, setCacheControl, setContentFactory, setDirAllowed, setEncodingCacheSize, setEtags, setGzipEquivalentFileExtensions, setPathInfoOnly, setPrecompressedFormats, setRedirectWelcome, setWelcomeFactory
-
Constructor Details
-
DirectoryService
public DirectoryService()
-
-
Method Details
-
notFound
protected void notFound(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException - Overrides:
notFoundin classorg.eclipse.jetty.server.ResourceService- Throws:
IOException
-
sendDirectory
protected void sendDirectory(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.eclipse.jetty.util.resource.Resource resource, String pathInContext) throws IOException - Overrides:
sendDirectoryin classorg.eclipse.jetty.server.ResourceService- Throws:
IOException
-