Class BaseClassCatalog
java.lang.Object
org.eclipse.jetty.xml.BaseClassCatalog
- All Implemented Interfaces:
- 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.
- 
Method SummaryModifier and TypeMethodDescriptioncatalogs()static BaseClassCatalogmatchPublic(String publicId) matchSystem(String systemId) resolveEntity(String publicId, String systemId) Implementation ofEntityResolver
- 
Method Details- 
load- Throws:
- IOException
 
- 
catalogs
- 
matchPublic- Specified by:
- matchPublicin interface- Catalog
 
- 
matchSystem- Specified by:
- matchSystemin interface- Catalog
 
- 
matchURI
- 
resolveEntityImplementation ofEntityResolver- Specified by:
- resolveEntityin interface- EntityResolver
- See Also:
 
 
-