Class EmptyResourceSet

java.lang.Object
org.apache.catalina.util.LifecycleBase
org.apache.catalina.webresources.EmptyResourceSet
All Implemented Interfaces:
Lifecycle, WebResourceSet

public class EmptyResourceSet extends LifecycleBase implements WebResourceSet
A WebResourceSet implementation that is not backed by a file system and behaves as if it has no resources available. This is primarily used in embedded mode when the web application is configured entirely programmatically and does not use any static resources from the file system.