org.apache.fop.render
public abstract class AbstractRendererConfigurator extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
logger instance
|
protected FOUserAgent |
userAgent
fop factory configuration
|
| Constructor and Description |
|---|
AbstractRendererConfigurator(FOUserAgent userAgent)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(FOUserAgent userAgent,
java.lang.String mimeType)
Returns the configuration subtree for a specific renderer.
|
protected org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(Renderer renderer)
Returns the configuration subtree for a specific renderer.
|
protected static org.apache.commons.logging.Log log
protected FOUserAgent userAgent
public AbstractRendererConfigurator(FOUserAgent userAgent)
userAgent - user agentprotected org.apache.avalon.framework.configuration.Configuration getRendererConfig(Renderer renderer)
renderer - the rendererpublic static org.apache.avalon.framework.configuration.Configuration getRendererConfig(FOUserAgent userAgent, java.lang.String mimeType)
userAgent - the user agent containing the user configurationmimeType - the MIME type of the rendererCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.