Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
Modifier and Type | Method and Description |
---|---|
static EnvironmentProfile |
EnvironmentalProfileFactory.createDefault(URI defaultBaseUri,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Creates the default environment that FOP is invoked in.
|
static EnvironmentProfile |
EnvironmentalProfileFactory.createRestrictedIO(URI defaultBaseUri,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Creates an IO-restricted environment for FOP by disabling some of the environment-specific
functionality within FOP.
|
Constructor and Description |
---|
FopConfParser(InputStream fopConfStream,
EnvironmentProfile enviro)
Constructor that takes the FOP conf in the form of an
InputStream . |
FopConfParser(InputStream fopConfStream,
URI baseURI,
EnvironmentProfile enviro) |
FopFactoryBuilder(EnvironmentProfile enviro)
A builder class for
FopFactory which can be used for setting configuration. |
Copyright © 2025 Apache Software Foundation. All rights reserved.