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 Summary
Modifier 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 interfaceCatalog
-
matchSystem
- Specified by:
matchSystemin interfaceCatalog
-
matchURI
-
resolveEntity
Implementation ofEntityResolver- Specified by:
resolveEntityin interfaceEntityResolver- See Also:
-