Package org.eclipse.jetty.xml
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 BaseClassCatalog
matchPublic
(String publicId) matchSystem
(String systemId) resolveEntity
(String publicId, String systemId) Implementation ofEntityResolver
-
Method Details
-
load
- Throws:
IOException
-
catalogs
-
matchPublic
- Specified by:
matchPublic
in interfaceCatalog
-
matchSystem
- Specified by:
matchSystem
in interfaceCatalog
-
matchURI
-
resolveEntity
Implementation ofEntityResolver
- Specified by:
resolveEntity
in interfaceEntityResolver
- See Also:
-