org.jboss.seam.util
public class DTDEntityResolver extends Object implements EntityResolver, Serializable
EntityResolver implementation which attempts to resolve
various systemId URLs to local classpath lookups| Constructor and Description |
|---|
DTDEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
resolveEntity(String publicId,
String systemId) |
protected InputStream |
resolveInLocalNamespace(String path) |
protected InputStream |
resolveInSeamNamespace(String path) |
public InputSource resolveEntity(String publicId, String systemId)
resolveEntity in interface EntityResolverprotected InputStream resolveInSeamNamespace(String path)
protected InputStream resolveInLocalNamespace(String path)
Copyright © 2015 Seam Framework. All Rights Reserved.