Class ClassLoaderResourceResolver

  • All Implemented Interfaces:
    Serializable, org.apache.xmlgraphics.io.ResourceResolver

    @Deprecated
    public class ClassLoaderResourceResolver
    extends Object
    implements org.apache.xmlgraphics.io.ResourceResolver, Serializable
    Deprecated.
    This ResourceResolver try to load resources from class loader. Starting with version 0.5.2 it is deprecated. [0.5.2](https://github.com/fugerit-org/fj-doc/issues/7)
    Author:
    fugerit
    See Also:
    Serialized Form
    • Constructor Detail

      • ClassLoaderResourceResolver

        public ClassLoaderResourceResolver​(String defaultFontPath)
        Deprecated.
    • Method Detail

      • getDefaultFontPath

        public String getDefaultFontPath()
        Deprecated.
      • setDefaultFontPath

        public void setDefaultFontPath​(String defaultFontPath)
        Deprecated.
      • getOutputStream

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

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