Package org.apache.catalina.webresources
Class JarWarResource
java.lang.Object
org.apache.catalina.webresources.AbstractResource
org.apache.catalina.webresources.AbstractArchiveResource
org.apache.catalina.webresources.JarWarResource
- All Implemented Interfaces:
- WebResource
Represents a single resource (file or directory) that is located within a JAR that in turn is located in a WAR file.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.catalina.webresources.AbstractArchiveResourceAbstractArchiveResource.JarInputStreamWrapper
- 
Field SummaryFields inherited from class org.apache.catalina.webresources.AbstractResourcesm
- 
Constructor SummaryConstructorsConstructorDescriptionJarWarResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry, String archivePath) 
- 
Method SummaryMethods inherited from class org.apache.catalina.webresources.AbstractArchiveResourcecanRead, delete, doGetInputStream, exists, getArchiveResourceSet, getBase, getBaseUrl, getCanonicalPath, getCertificates, getCodeBase, getContent, getContentLength, getCreation, getLastModified, getManifest, getName, getResource, getURL, isDirectory, isFile, isVirtualMethods inherited from class org.apache.catalina.webresources.AbstractResourcegetETag, getInputStream, getLastModifiedHttp, getMimeType, getWebappPath, getWebResourceRoot, setMimeType
- 
Constructor Details- 
JarWarResourcepublic JarWarResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry, String archivePath) 
 
- 
- 
Method Details- 
getJarInputStreamWrapper- Specified by:
- getJarInputStreamWrapperin class- AbstractArchiveResource
 
- 
getLog- Specified by:
- getLogin class- AbstractResource
 
 
-