当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
DTDEntityResolver (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.util
Class DTDEntityResolver
java.lang.Object
   org.jboss.seam.util.DTDEntityResolver
org.jboss.seam.util.DTDEntityResolver
- All Implemented Interfaces: 
- Serializable, EntityResolver
- public class DTDEntityResolver 
- extends Object- implements EntityResolver, Serializable
An EntityResolver implementation which attempts to resolve
 various systemId URLs to local classpath lookups
 - Any systemId URL beginning with http://jboss.com/products/seam/ is
 searched for as a classpath resource in the classloader which loaded the
 Seam classes.
- Any systemId URL using classpath as the scheme (i.e. starting
 with classpath:// is searched for as a classpath resource using first
 the current thread context classloader and then the classloader which loaded
 the Seam classes.
 
 Any entity references which cannot be resolved in relation to the above
 rules result in returning null, which should force the SAX reader to
 handle the entity reference in its default manner.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DTDEntityResolver
public DTDEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
                                 String systemId)
- 
- Specified by:
- resolveEntityin interface- EntityResolver
 
- 
 
resolveInSeamNamespace
protected InputStream resolveInSeamNamespace(String path)
- 
 
- 
 
resolveInLocalNamespace
protected InputStream resolveInLocalNamespace(String path)
- 
 
-