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
 
 public class JarWarResource extends AbstractArchiveResource Represents a single resource (file or directory) that is located within a JAR that in turn is located in a WAR file.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.catalina.webresources.AbstractArchiveResourceAbstractArchiveResource.JarInputStreamWrapper
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.catalina.webresources.AbstractResourcesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description JarWarResource(AbstractArchiveResourceSet archiveResourceSet, java.lang.String webAppPath, java.lang.String baseUrl, java.util.jar.JarEntry jarEntry, java.lang.String archivePath)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractArchiveResource.JarInputStreamWrappergetJarInputStreamWrapper()protected LoggetLog()- 
Methods 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, isVirtual
 - 
Methods inherited from class org.apache.catalina.webresources.AbstractResourcegetETag, getInputStream, getLastModifiedHttp, getMimeType, getWebappPath, getWebResourceRoot, setMimeType
 
- 
 
- 
- 
- 
Constructor Detail- 
JarWarResourcepublic JarWarResource(AbstractArchiveResourceSet archiveResourceSet, java.lang.String webAppPath, java.lang.String baseUrl, java.util.jar.JarEntry jarEntry, java.lang.String archivePath) 
 
- 
 - 
Method Detail- 
getJarInputStreamWrapperprotected AbstractArchiveResource.JarInputStreamWrapper getJarInputStreamWrapper() - Specified by:
- getJarInputStreamWrapperin class- AbstractArchiveResource
 
 - 
getLogprotected Log getLog() - Specified by:
- getLogin class- AbstractResource
 
 
- 
 
-