Package org.apache.catalina.webresources
package org.apache.catalina.webresources
-
ClassDescriptionBase class for a
WebResourceSet
based on a single, rather than nested, archive.This class is designed to wrap a 'raw' WebResource and providing caching for expensive operations.Represents aWebResourceSet
based on a directory.AWebResourceSet
implementation 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 aWebResourceSet
based 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 aWebResourceSet
based 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 aWebResourceSet
based on a JAR file that is nested inside a packed WAR file.Provides the resources implementation for a web application.The purpose of this sub-class is to obtain references to the JarEntry objects for META-INF/ and META-INF/MANIFEST.MF that are otherwise swallowed by the JarInputStream implementation.Represents a single resource (file or directory) that is located within a WAR.Represents aWebResourceSet
based on a WAR file.