Class StandardRoot

java.lang.Object
All Implemented Interfaces:
MBeanRegistration, JmxEnabled, Lifecycle, WebResourceRoot
Direct Known Subclasses:
ExtractingRoot

public class StandardRoot extends LifecycleMBeanBase implements WebResourceRoot

Provides the resources implementation for a web application. The Lifecycle of this class should be aligned with that of the associated Context.

This implementation assumes that the base attribute supplied to createWebResourceSet(org.apache.catalina.WebResourceRoot.ResourceSetType, String, String, String, String) represents the absolute path to a file.