Class JarResource

All Implemented Interfaces:
WebResource

public class JarResource extends AbstractSingleArchiveResource
Represents a single resource (file or directory) that is located within a JAR.
  • Constructor Details

    • JarResource

      public JarResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry)
      Constructs a new JarResource.
      Parameters:
      archiveResourceSet - the archive resource set
      webAppPath - the web application path
      baseUrl - the base URL
      jarEntry - the JAR entry
  • Method Details