Class BaseClassCatalog

java.lang.Object
org.eclipse.jetty.xml.BaseClassCatalog
All Implemented Interfaces:
Catalog, EntityResolver

public class BaseClassCatalog extends Object implements Catalog, EntityResolver

A catalog implementation where the xml:base is defined externally of the catalog XML, allowing for runtime determination of the xml:base (such as pointing to the contents of a remote location)

This is a temporary Catalog implementation, and should be removed once all of our usages of servlet-api-<ver>.jar have their own catalog.xml files.