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