org.apache.taglibs.standard.util
Class XmlUtil.JstlEntityResolver

java.lang.Object
  extended by 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
XmlUtil.JstlEntityResolver(javax.servlet.jsp.PageContext ctx)
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil.JstlEntityResolver

public XmlUtil.JstlEntityResolver(javax.servlet.jsp.PageContext ctx)
Method Detail

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.