Class VirtualResource

java.lang.Object
org.apache.catalina.webresources.EmptyResource
org.apache.catalina.webresources.VirtualResource
All Implemented Interfaces:
WebResource

public class VirtualResource extends EmptyResource
A virtual resource that represents a directory entry created on-the-fly.
  • Constructor Details

    • VirtualResource

      public VirtualResource(WebResourceRoot root, String webAppPath, String name)
      Constructs a new VirtualResource.
      Parameters:
      root - The root resource set
      webAppPath - The web application path
      name - The resource name
  • Method Details