Package org.apache.fop.render.afp
Class AFPRendererConfig.AFPRendererConfigParser
- java.lang.Object
-
- org.apache.fop.render.afp.AFPRendererConfig.AFPRendererConfigParser
-
- All Implemented Interfaces:
RendererConfig.RendererConfigParser
- Enclosing class:
- AFPRendererConfig
public static final class AFPRendererConfig.AFPRendererConfigParser extends java.lang.Object implements RendererConfig.RendererConfigParser
The parser for AFP renderer specific data in the FOP conf.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.logging.Log
LOG
-
Constructor Summary
Constructors Constructor Description AFPRendererConfigParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AFPRendererConfig
build(FOUserAgent userAgent, Configuration cfg)
Builds the object that contains the renderer configuration data.java.lang.String
getMimeType()
The MIME type of the renderer.
-
-
-
Method Detail
-
build
public AFPRendererConfig build(FOUserAgent userAgent, Configuration cfg) throws FOPException
Builds the object that contains the renderer configuration data.- Specified by:
build
in interfaceRendererConfig.RendererConfigParser
- Parameters:
userAgent
- the user agentcfg
- the Avalon config object for parsing the data- Returns:
- the configuration data object
- Throws:
FOPException
- if an error occurs while parsing the fop conf
-
getMimeType
public java.lang.String getMimeType()
The MIME type of the renderer.- Specified by:
getMimeType
in interfaceRendererConfig.RendererConfigParser
- Returns:
- the mime type
-
-