Class WarResource

All Implemented Interfaces:
WebResource

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

    • WarResource

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