Class LocalResolver
java.lang.Object
org.apache.tomcat.util.descriptor.LocalResolver
- All Implemented Interfaces:
EntityResolver
,EntityResolver2
A resolver for locally cached XML resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExternalSubset
(String name, String baseURI) resolveEntity
(String publicId, String systemId) resolveEntity
(String name, String publicId, String base, String systemId)
-
Constructor Details
-
LocalResolver
public LocalResolver(Map<String, String> publicIds, Map<String, String> systemIds, boolean blockExternal) Constructor providing mappings of public and system identifiers to local resources. Each map contains a mapping from a well-known identifier to a URL for a local resource path.- Parameters:
publicIds
- mapping of well-known public identifiers to local resourcessystemIds
- mapping of well-known system identifiers to local resourcesblockExternal
- are external resources blocked that are not well-known
-
-
Method Details
-
resolveEntity
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
SAXException
IOException
-
resolveEntity
public InputSource resolveEntity(String name, String publicId, String base, String systemId) throws SAXException, IOException - Specified by:
resolveEntity
in interfaceEntityResolver2
- Throws:
SAXException
IOException
-
getExternalSubset
- Specified by:
getExternalSubset
in interfaceEntityResolver2
- Throws:
SAXException
IOException
-