Class ResourceResolverFactory.NormalResourceResolver

  • All Implemented Interfaces:
    org.apache.xmlgraphics.io.ResourceResolver
    Enclosing class:
    ResourceResolverFactory

    private static class ResourceResolverFactory.NormalResourceResolver
    extends java.lang.Object
    implements org.apache.xmlgraphics.io.ResourceResolver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.OutputStream getOutputStream​(java.net.URI uri)  
      org.apache.xmlgraphics.io.Resource getResource​(java.net.URI uri)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NormalResourceResolver

        private NormalResourceResolver()
    • Method Detail

      • getResource

        public org.apache.xmlgraphics.io.Resource getResource​(java.net.URI uri)
                                                       throws java.io.IOException
        Specified by:
        getResource in interface org.apache.xmlgraphics.io.ResourceResolver
        Throws:
        java.io.IOException
      • getOutputStream

        public java.io.OutputStream getOutputStream​(java.net.URI uri)
                                             throws java.io.IOException
        Specified by:
        getOutputStream in interface org.apache.xmlgraphics.io.ResourceResolver
        Throws:
        java.io.IOException