public final class EnvironmentalProfileFactory extends Object
EnvironmentProfile
that sets the environment in which a FOP instance is run.Modifier and Type | Method and Description |
---|---|
static EnvironmentProfile |
createDefault(URI defaultBaseUri,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Creates the default environment that FOP is invoked in.
|
static EnvironmentProfile |
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.
|
public static EnvironmentProfile createDefault(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
defaultBaseUri
- the default base URI for resolving resource URIsresourceResolver
- the resource resolverpublic static EnvironmentProfile createRestrictedIO(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
defaultBaseUri
- the default base URI for resolving resource URIsresourceResolver
- the resource resolverCopyright © 2025 Apache Software Foundation. All rights reserved.