Class WarResource
java.lang.Object
org.apache.catalina.webresources.AbstractResource
org.apache.catalina.webresources.AbstractArchiveResource
org.apache.catalina.webresources.AbstractSingleArchiveResource
org.apache.catalina.webresources.WarResource
- All Implemented Interfaces:
WebResource
Represents a single resource (file or directory) that is located within a WAR.
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractArchiveResource
AbstractArchiveResource.JarInputStreamWrapper
-
Field Summary
Fields inherited from class AbstractResource
sm
-
Constructor Summary
ConstructorsConstructorDescriptionWarResource
(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry) -
Method Summary
Methods inherited from class AbstractSingleArchiveResource
getJarInputStreamWrapper
Methods inherited from class AbstractArchiveResource
canRead, delete, doGetInputStream, exists, getArchiveResourceSet, getBase, getBaseUrl, getCanonicalPath, getCertificates, getCodeBase, getContent, getContentLength, getCreation, getLastModified, getManifest, getName, getResource, getURL, isDirectory, isFile, isVirtual
Methods inherited from class AbstractResource
getETag, getInputStream, getLastModifiedHttp, getMimeType, getStrongETag, getWebappPath, getWebResourceRoot, setMimeType
-
Constructor Details
-
WarResource
public WarResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry)
-
-
Method Details
-
getLog
- Specified by:
getLog
in classAbstractResource
-