Class ParseSupport.JstlEntityResolver
- java.lang.Object
-
- org.apache.taglibs.standard.tag.common.xml.ParseSupport.JstlEntityResolver
-
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- ParseSupport
public static class ParseSupport.JstlEntityResolver extends Object implements EntityResolver
Lets us resolve relative external entities.
-
-
Constructor Summary
Constructors Constructor Description JstlEntityResolver(jakarta.servlet.jsp.PageContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws FileNotFoundException
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
FileNotFoundException
-
-