org.apache.taglibs.standard.tag.common.xml
Class ParseSupport.JstlEntityResolver

java.lang.Object
  extended by org.apache.taglibs.standard.tag.common.xml.ParseSupport.JstlEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver
Enclosing class:
ParseSupport

public static class ParseSupport.JstlEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Lets us resolve relative external entities.


Constructor Summary
ParseSupport.JstlEntityResolver(javax.servlet.jsp.PageContext ctx)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseSupport.JstlEntityResolver

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

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws java.io.FileNotFoundException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
java.io.FileNotFoundException


Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.