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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtil.JstlEntityResolver
public XmlUtil.JstlEntityResolver(javax.servlet.jsp.PageContext ctx)
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws FileNotFoundException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
FileNotFoundException
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.