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(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(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 © 1995-2009 Mort Bay Consulting. All Rights Reserved.