public abstract class AbstractConfigurator
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 |
---|
AbstractConfigurator(FOUserAgent userAgent)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.avalon.framework.configuration.Configuration |
getConfig(java.lang.String mimeType)
Returns the configuration subtree for a specific renderer.
|
abstract java.lang.String |
getType()
Returns the configurator type
|
protected static final org.apache.commons.logging.Log log
protected FOUserAgent userAgent
public AbstractConfigurator(FOUserAgent userAgent)
userAgent
- user agentprotected org.apache.avalon.framework.configuration.Configuration getConfig(java.lang.String mimeType)
mimeType
- the MIME type of the rendererpublic abstract java.lang.String getType()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.