RendererConfig.RendererConfigParserpublic static final class TxtRendererConfig.TxtRendererConfigParser extends java.lang.Object implements RendererConfig.RendererConfigParser
| Constructor | Description |
|---|---|
TxtRendererConfigParser() |
| Modifier and Type | Method | Description |
|---|---|---|
TxtRendererConfig |
build(FOUserAgent userAgent,
org.apache.avalon.framework.configuration.Configuration cfg) |
Builds the object that contains the renderer configuration data.
|
java.lang.String |
getMimeType() |
The MIME type of the renderer.
|
public TxtRendererConfig build(FOUserAgent userAgent, org.apache.avalon.framework.configuration.Configuration cfg) throws FOPException
build in interface RendererConfig.RendererConfigParseruserAgent - the user agentcfg - the Avalon config object for parsing the dataFOPException - if an error occurs while parsing the fop confpublic java.lang.String getMimeType()
getMimeType in interface RendererConfig.RendererConfigParserCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.