Package org.apache.catalina.webresources
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 org.apache.catalina.webresources.AbstractArchiveResource
AbstractArchiveResource.JarInputStreamWrapper
-
Field Summary
Fields inherited from class org.apache.catalina.webresources.AbstractResource
sm
-
Constructor Summary
ConstructorDescriptionWarResource
(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry) -
Method Summary
Methods inherited from class org.apache.catalina.webresources.AbstractSingleArchiveResource
getJarInputStreamWrapper
Methods inherited from class org.apache.catalina.webresources.AbstractArchiveResource
canRead, delete, doGetInputStream, exists, getArchiveResourceSet, getBase, getBaseUrl, getCanonicalPath, getCertificates, getContent, getContentLength, getCreation, getLastModified, getManifest, getName, getResource, getURL, isDirectory, isFile, isVirtual
Methods inherited from class org.apache.catalina.webresources.AbstractResource
getETag, getInputStream, getLastModifiedHttp, getMimeType, getWebappPath, getWebResourceRoot, setMimeType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.catalina.WebResource
getCodeBase
-
Constructor Details
-
WarResource
public WarResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry)
-
-
Method Details
-
getLog
- Specified by:
getLog
in classAbstractResource
-