play.utils
类 NoOpEntityResolver

java.lang.Object
  继承者 play.utils.NoOpEntityResolver
所有已实现的接口:
org.xml.sax.EntityResolver

public class NoOpEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver


构造方法摘要
NoOpEntityResolver()
           
 
方法摘要
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NoOpEntityResolver

public NoOpEntityResolver()
方法详细信息

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
指定者:
接口 org.xml.sax.EntityResolver 中的 resolveEntity
抛出:
org.xml.sax.SAXException
java.io.IOException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly