Package org.apache.catalina.webresources
package org.apache.catalina.webresources
-
ClassesClassDescriptionAbstract resource implementation for archive-based resources.Abstract resource set implementation for archive-based resources.Abstract implementation of
WebResourceSetthat is based on a directory on a file system.AbstractWebResourceimplementation that provides common functionality for all web resource implementations.AbstractWebResourceSetimplementation that provides common functionality for all web resource set implementations.AbstractWebResourceimplementation for resources within a single archive (e.g., a JAR file).Base class for aWebResourceSetbased on a single, rather than nested, archive.Cache for web resources managed by a StandardRoot.This class is designed to wrap a 'raw' WebResource and providing caching for expensive operations.URL stream handler that resolves resources from the classpath.Represents aWebResourceSetbased on a directory.AWebResourceimplementation that represents a non-existent resource.AWebResourceSetimplementation that is not backed by a file system and behaves as if it has no resources available.If the main resources are packaged as a WAR file then any JARs will be extracted to the work directory and used from there.Represents a single resource (file or directory) that is located on a file system.Represents aWebResourceSetbased on a single file.This class represents the contents of a jar by determining whether a given resource might be in the cache, based on a bloom filter.Represents a single resource (file or directory) that is located within a JAR.Represents a JAR file as a resource root within a web application.Represents aWebResourceSetbased on a JAR file.Represents a single resource (file or directory) that is located within a JAR that in turn is located in a WAR file.Represents aWebResourceSetbased on a JAR file that is nested inside a packed WAR file.Provides the resources implementation for a web application.The purpose of this subclass is to obtain references to the JarEntry objects for META-INF/ and META-INF/MANIFEST.MF that are otherwise swallowed by the JarInputStream implementation.Factory for URL stream handlers that supports the war and classpath protocols.A virtual resource that represents a directory entry created on-the-fly.Represents a single resource (file or directory) that is located within a WAR.Represents aWebResourceSetbased on a WAR file.