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.PostConstruct
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity
in interface EntityResolver
publicId
- systemId
- SAXException
IOException
public InputSource __resolveEntity(String publicId, String systemId) throws SAXException, IOException
SAXException
IOException
Copyright © 2018. All rights reserved.