public class EmbeddedWebEntityResolver extends Object implements EntityResolver, org.glassfish.hk2.api.PostConstruct
WebEntityResolver.resolveEntity(String, String)| Constructor and Description |
|---|
EmbeddedWebEntityResolver() |
| Modifier and Type | Method and Description |
|---|---|
InputSource |
__resolveEntity(String publicId,
String systemId)
Try to fetch DTD from installRoot.
|
void |
postConstruct() |
InputSource |
resolveEntity(String publicId,
String systemId)
Fetch the DTD via getClass().getResource() if the DTD is not
|
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverpublicId - systemId - SAXExceptionIOExceptionpublic InputSource __resolveEntity(String publicId, String systemId) throws SAXException, IOException
SAXExceptionIOExceptionCopyright © 2019. All rights reserved.