Package org.docx4j.samples
Class ClasspathResolverURIAdapter
java.lang.Object
org.docx4j.samples.ClasspathResolverURIAdapter
- All Implemented Interfaces:
org.apache.xmlgraphics.io.ResourceResolver
public class ClasspathResolverURIAdapter
extends Object
implements org.apache.xmlgraphics.io.ResourceResolver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.xmlgraphics.io.ResourceResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOutputStream(URI uri) org.apache.xmlgraphics.io.ResourcegetResource(URI uri)
-
Field Details
-
wrapped
private final org.apache.xmlgraphics.io.ResourceResolver wrapped
-
-
Constructor Details
-
ClasspathResolverURIAdapter
public ClasspathResolverURIAdapter()
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceorg.apache.xmlgraphics.io.ResourceResolver- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfaceorg.apache.xmlgraphics.io.ResourceResolver- Throws:
IOException
-