public abstract class AbstractRendererConfigurator extends AbstractConfigurator
log, userAgent
Constructor and Description |
---|
AbstractRendererConfigurator(FOUserAgent userAgent)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(Renderer renderer)
Returns the configuration subtree for a specific renderer.
|
protected org.apache.avalon.framework.configuration.Configuration |
getRendererConfig(java.lang.String mimeType)
Returns the configuration subtree for a specific renderer.
|
java.lang.String |
getType()
Returns the configurator type
|
getConfig
public AbstractRendererConfigurator(FOUserAgent userAgent)
userAgent
- user agentprotected org.apache.avalon.framework.configuration.Configuration getRendererConfig(Renderer renderer)
renderer
- the rendererprotected org.apache.avalon.framework.configuration.Configuration getRendererConfig(java.lang.String mimeType)
mimeType
- the MIME type of the rendererpublic java.lang.String getType()
getType
in class AbstractConfigurator
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.