Package org.apache.catalina.resources

This package contains Resources implementations for the various supported repositories for static resource files.

See:
          Description

Class Summary
Constants  
DirectoryBean Abstraction bean that represents the properties of a "resource" that is actually a "directory", in a fashion that independent of the actual underlying medium used to represent those entries.
FileResources Implementation of the Resources that operates off a document base that is a directory in the local filesystem.
JarResources Implementation of the Resources that decompresses and renders entries from a JAR file that is located either locally or remotely.
ResourceBean Abstraction bean that represents the properties of a "resource" that may or may not be a "directory", in a fashion that is independent of the actual underlying medium used to represent those entries.
ResourcesBase Convenience base class for implementations of the Resources interface.
 

Package org.apache.catalina.resources Description

This package contains Resources implementations for the various supported repositories for static resource files. They may be used (by a Context implementation) in implementing the following API calls:

The implementations share a common base class that supports caching of resources where appropriate. Caching (and other features) of all the standard Resources implementations are configured by setting the following properties (default values are in square brackets):

The standard Resources implementations that are currently available include the following (with additional configuration properties as specified):



Copyright © 2000 Apache Software Foundation. All Rights Reserved.