Class ResourceHandler
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.server.handler.AbstractHandler
org.eclipse.jetty.server.handler.AbstractHandlerContainer
org.eclipse.jetty.server.handler.HandlerWrapper
org.eclipse.jetty.server.handler.ResourceHandler
- All Implemented Interfaces:
Handler, HandlerContainer, ResourceService.WelcomeFactory, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, ResourceFactory
public class ResourceHandler
extends HandlerWrapper
implements ResourceFactory, ResourceService.WelcomeFactory
Resource Handler.
This handle will serve static content and handle If-Modified-Since headers. No caching is done. Requests for resources that do not exist are let pass (Eg no
404's).
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractHandler
AbstractHandler.ErrorDispatchHandlerNested classes/interfaces inherited from class AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface Container
Container.InheritedListener, Container.ListenerNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
FieldsModifier and TypeFieldDescription(package private) Resource(package private) ContextHandler(package private) Resource(package private) MimeTypesprivate final ResourceService(package private) Resource(package private) String[]private static final LoggerFields inherited from class HandlerWrapper
_handler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoStart()Starts the managed lifecycle beans in the order they were added.static ResourceintDeprecated.intDeprecated.getResource(String path) Get a resource for a path.getWelcomeFile(String pathInContext) Finds a matching welcome file for the suppliedResource.String[]voidhandle(String target, Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handle a request.booleanbooleanbooleanGet the directory option.booleanisEtags()booleanisGzip()Deprecated.booleanbooleanvoidsetAcceptRanges(boolean acceptRanges) voidsetBaseResource(Resource base) voidsetCacheControl(String cacheControl) voidsetDirAllowed(boolean dirAllowed) voidsetDirectoriesListed(boolean directory) Set the directory.voidsetEtags(boolean etags) voidsetGzip(boolean gzip) Deprecated.voidsetGzipEquivalentFileExtensions(List<String> gzipEquivalentFileExtensions) voidsetMimeTypes(MimeTypes mimeTypes) voidsetMinAsyncContentLength(int minAsyncContentLength) Deprecated.voidsetMinMemoryMappedContentLength(int minMemoryMappedFileSize) Deprecated.voidsetPathInfoOnly(boolean pathInfoOnly) voidsetPrecompressedFormats(CompressedContentFormat[] precompressedFormats) voidsetRedirectWelcome(boolean redirectWelcome) voidsetResourceBase(String resourceBase) voidsetStylesheet(String stylesheet) voidsetWelcomeFiles(String[] welcomeFiles) Methods inherited from class HandlerWrapper
destroy, expandChildren, getHandler, getHandlers, insertHandler, setHandlerMethods inherited from class AbstractHandlerContainer
doShutdown, expandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass, setServerMethods inherited from class AbstractHandler
doError, doStop, getServerMethods inherited from class ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansMethods inherited from class AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Dumpable.DumpableContainer
isDumpableMethods inherited from interface LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
Field Details
-
Constructor Details
-
ResourceHandler
-
ResourceHandler
public ResourceHandler()
-
-
Method Details
-
getWelcomeFile
Description copied from interface:ResourceService.WelcomeFactoryFinds a matching welcome file for the suppliedResource.- Specified by:
getWelcomeFilein interfaceResourceService.WelcomeFactory- Parameters:
pathInContext- the path of the request- Returns:
- The path of the matching welcome file in context or null.
-
doStart
Description copied from class:ContainerLifeCycleStarts the managed lifecycle beans in the order they were added.- Overrides:
doStartin classAbstractHandler- Throws:
Exception
-
getBaseResource
- Returns:
- Returns the resourceBase.
-
getCacheControl
- Returns:
- the cacheControl header to set on all static content.
-
getGzipEquivalentFileExtensions
-
getMimeTypes
-
getMinAsyncContentLength
Deprecated.Get the minimum content length for async handling.- Returns:
- The minimum size in bytes of the content before asynchronous handling is used, or -1 for no async handling or 0 (default) for using
ServletResponse.getBufferSize()as the minimum length.
-
getMinMemoryMappedContentLength
Deprecated.Get minimum memory mapped file content length.- Returns:
- the minimum size in bytes of a file resource that will be served using a memory mapped buffer, or -1 (default) for no memory mapped buffers.
-
getResource
Description copied from interface:ResourceFactoryGet a resource for a path.- Specified by:
getResourcein interfaceResourceFactory- Parameters:
path- The path to the resource- Returns:
- The resource or null
-
getResourceBase
- Returns:
- Returns the base resource as a string.
-
getStylesheet
- Returns:
- Returns the stylesheet as a Resource.
-
getDefaultStylesheet
-
getWelcomeFiles
-
handle
public void handle(String target, Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException Description copied from interface:HandlerHandle a request.- Specified by:
handlein interfaceHandler- Overrides:
handlein classHandlerWrapper- Parameters:
target- The target of the request - either a URI or a name.baseRequest- The original unwrapped request object.request- The request either as theRequestobject or a wrapper of that request. Themethod can be used access the Request object if required.HttpConnection.getCurrentConnection().getHttpChannel().getRequest()response- The response as theResponseobject or a wrapper of that request. Themethod can be used access the Response object if required.HttpConnection.getCurrentConnection().getHttpChannel().getResponse()- Throws:
IOException- if unable to handle the request or response processingjavax.servlet.ServletException- if unable to handle the request or response due to underlying servlet issue
-
isAcceptRanges
public boolean isAcceptRanges()- Returns:
- If true, range requests and responses are supported
-
isDirAllowed
public boolean isDirAllowed()- Returns:
- If true, directory listings are returned if no welcome file is found. Else 403 Forbidden.
-
isDirectoriesListed
public boolean isDirectoriesListed()Get the directory option.- Returns:
- true if directories are listed.
-
isEtags
public boolean isEtags()- Returns:
- True if ETag processing is done
-
isGzip
Deprecated.- Returns:
- If set to true, then static content will be served as gzip content encoded if a matching resource is found ending with ".gz"
-
getPrecompressedFormats
- Returns:
- Precompressed resources formats that can be used to serve compressed variant of resources.
-
isPathInfoOnly
public boolean isPathInfoOnly()- Returns:
- true, only the path info will be applied to the resourceBase
-
isRedirectWelcome
public boolean isRedirectWelcome()- Returns:
- If true, welcome files are redirected rather than forwarded to.
-
setAcceptRanges
public void setAcceptRanges(boolean acceptRanges) - Parameters:
acceptRanges- If true, range requests and responses are supported
-
setBaseResource
- Parameters:
base- The resourceBase to server content from. If null the context resource base is used.
-
setCacheControl
- Parameters:
cacheControl- the cacheControl header to set on all static content.
-
setDirAllowed
public void setDirAllowed(boolean dirAllowed) - Parameters:
dirAllowed- If true, directory listings are returned if no welcome file is found. Else 403 Forbidden.
-
setDirectoriesListed
public void setDirectoriesListed(boolean directory) Set the directory.- Parameters:
directory- true if directories are listed.
-
setEtags
public void setEtags(boolean etags) - Parameters:
etags- True if ETag processing is done
-
setGzip
Deprecated.- Parameters:
gzip- If set to true, then static content will be served as gzip content encoded if a matching resource is found ending with ".gz"
-
setGzipEquivalentFileExtensions
-
setPrecompressedFormats
- Parameters:
precompressedFormats- The list of precompresed formats to serve in encoded format if matching resource found. For example serve gzip encoded file if ".gz" suffixed resource is found.
-
setMimeTypes
-
setMinAsyncContentLength
Deprecated.Set the minimum content length for async handling.- Parameters:
minAsyncContentLength- The minimum size in bytes of the content before asynchronous handling is used, or -1 for no async handling or 0 for usingServletResponse.getBufferSize()as the minimum length.
-
setMinMemoryMappedContentLength
Deprecated.Set minimum memory mapped file content length.- Parameters:
minMemoryMappedFileSize- the minimum size in bytes of a file resource that will be served using a memory mapped buffer, or -1 for no memory mapped buffers.
-
setPathInfoOnly
public void setPathInfoOnly(boolean pathInfoOnly) - Parameters:
pathInfoOnly- true, only the path info will be applied to the resourceBase
-
setRedirectWelcome
public void setRedirectWelcome(boolean redirectWelcome) - Parameters:
redirectWelcome- If true, welcome files are redirected rather than forwarded to. redirection is always used if the ResourceHandler is not scoped by a ContextHandler
-
setResourceBase
- Parameters:
resourceBase- The base resource as a string.
-
setStylesheet
- Parameters:
stylesheet- The location of the stylesheet to be used as a String.
-
setWelcomeFiles
-