Class FopConfigClassLoaderWrapper

java.lang.Object
org.fugerit.java.doc.mod.fop.config.FopConfigClassLoaderWrapper
All Implemented Interfaces:
Serializable, FopConfig

public class FopConfigClassLoaderWrapper extends Object implements FopConfig, Serializable
See Also:
  • Field Details

    • DEFAULT_RESOURCE_RESOLVER

      public static final org.apache.xmlgraphics.io.ResourceResolver DEFAULT_RESOURCE_RESOLVER
  • Constructor Details

    • FopConfigClassLoaderWrapper

      public FopConfigClassLoaderWrapper(String fopConfigPath)
    • FopConfigClassLoaderWrapper

      public FopConfigClassLoaderWrapper(String fopConfigPath, org.apache.xmlgraphics.io.ResourceResolver customResourceResolver)
    • FopConfigClassLoaderWrapper

      public FopConfigClassLoaderWrapper(byte[] fopConfigDataPreloaded, org.apache.xmlgraphics.io.ResourceResolver customResourceResolver)
  • Method Details

    • getFopConfigPath

      public String getFopConfigPath()
    • getCustomResourceResolver

      public org.apache.xmlgraphics.io.ResourceResolver getCustomResourceResolver()
    • newFactory

      public org.apache.fop.apps.FopFactory newFactory() throws org.fugerit.java.core.cfg.ConfigException
      Specified by:
      newFactory in interface FopConfig
      Throws:
      org.fugerit.java.core.cfg.ConfigException