Package org.apache.taglibs.standard.util
Class XmlUtil.JstlEntityResolver
- java.lang.Object
-
- org.apache.taglibs.standard.util.XmlUtil.JstlEntityResolver
-
- All Implemented Interfaces:
EntityResolver
- Enclosing class:
- XmlUtil
public static class XmlUtil.JstlEntityResolver extends Object implements EntityResolver
JSTL-specific implementation of EntityResolver, used by parsers.
-
-
Constructor Summary
Constructors Constructor Description JstlEntityResolver(javax.servlet.jsp.PageContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String publicId, String systemId)
-
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws FileNotFoundException
- Specified by:
resolveEntity
in interfaceEntityResolver
- Throws:
FileNotFoundException
-
-