JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

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:
EntityResolver
Enclosing class:
ParseSupport

public static class ParseSupport.JstlEntityResolver
extends Object
implements EntityResolver

Lets us resolve relative external entities.


Constructor Summary
ParseSupport.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

ParseSupport.JstlEntityResolver

public ParseSupport.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

JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.