org.apache.fop.render
Class AbstractRendererConfigurator
java.lang.Object
org.apache.fop.render.AbstractRendererConfigurator
public abstract class AbstractRendererConfigurator
extends java.lang.Object
Abstract base classes for renderer-related configurator classes. This class basically just
provides an accessor to the specific renderer configuration object.
log
protected static Log log
logger instance
userAgent
protected FOUserAgent userAgent
fop factory configuration
AbstractRendererConfigurator
public AbstractRendererConfigurator(FOUserAgent userAgent)
Default constructor
getRendererConfig
public static Configuration getRendererConfig(FOUserAgent userAgent,
String mimeType)
Returns the configuration subtree for a specific renderer.
userAgent
- the user agent containing the user configurationmimeType
- the MIME type of the renderer
- the requested configuration subtree, null if there's no configuration
getRendererConfig
protected Configuration getRendererConfig(Renderer renderer)
Returns the configuration subtree for a specific renderer.
- the requested configuration subtree, null if there's no configuration
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.