Package org.tailormap.api.geotools
Class PreventLocalAllowNestedJarEntityResolver
java.lang.Object
org.geotools.util.PreventLocalEntityResolver
org.tailormap.api.geotools.PreventLocalAllowNestedJarEntityResolver
- All Implemented Interfaces:
Serializable
,EntityResolver
,EntityResolver2
public class PreventLocalAllowNestedJarEntityResolver
extends org.geotools.util.PreventLocalEntityResolver
An entity resolver that allows nested JAR files used in Spring Boot using the jar:nested: protocol to be resolved,
specifically for schemas that are packed inside JAR files.
- See Also:
-
Field Summary
FieldsFields inherited from class org.geotools.util.PreventLocalEntityResolver
ERROR_MESSAGE_BASE, LOGGER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.geotools.util.PreventLocalEntityResolver
getExternalSubset, resolveEntity
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PreventLocalAllowNestedJarEntityResolver
public PreventLocalAllowNestedJarEntityResolver()
-
-
Method Details
-
resolveEntity
- Specified by:
resolveEntity
in interfaceEntityResolver
- Overrides:
resolveEntity
in classorg.geotools.util.PreventLocalEntityResolver
- Throws:
IOException
SAXException
-