Class AbstractSingleArchiveResource

All Implemented Interfaces:
WebResource
Direct Known Subclasses:
JarResource, WarResource

public abstract class AbstractSingleArchiveResource extends AbstractArchiveResource
Abstract WebResource implementation for resources within a single archive (e.g., a JAR file).
  • Constructor Details

    • AbstractSingleArchiveResource

      protected AbstractSingleArchiveResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry, String codeBaseUrl)
      Constructs a new AbstractSingleArchiveResource.
      Parameters:
      archiveResourceSet - The archive resource set
      webAppPath - The web app path
      baseUrl - The base URL
      jarEntry - The JAR entry
      codeBaseUrl - The code base URL
    • AbstractSingleArchiveResource

      @Deprecated protected AbstractSingleArchiveResource(AbstractArchiveResourceSet archiveResourceSet, String webAppPath, String baseUrl, JarEntry jarEntry)
      Deprecated.
      Constructs a new AbstractSingleArchiveResource.
      Parameters:
      archiveResourceSet - The archive resource set
      webAppPath - The web app path
      baseUrl - The base URL
      jarEntry - The JAR entry
  • Method Details