Package org.apache.fop.render.pdf
Class PDFRendererConfig.ParserHelper
java.lang.Object
org.apache.fop.render.pdf.PDFRendererConfig.ParserHelper
- Enclosing class:
PDFRendererConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map
<PDFRendererOption, Object> private PDFEncryptionParams
private PDFRendererConfig
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ParserHelper
(Configuration cfg, FOUserAgent userAgent, boolean strict) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private int
checkEncryptionLength
(int encryptionLength, FOUserAgent userAgent) private void
configure
(Configuration cfg, FOUserAgent userAgent, boolean strict) private void
configureEncryptionParams
(Configuration cfg, FOUserAgent userAgent, boolean strict) private boolean
doesValueExist
(Configuration cfg, RendererConfigOption option) private void
parseAndPut
(PDFRendererOption option, Configuration cfg) private String
parseConfig
(Configuration cfg, RendererConfigOption option) private void
put
(PDFRendererOption option, Object value)
-
Field Details
-
configOptions
-
encryptionConfig
-
pdfConfig
-
-
Constructor Details
-
ParserHelper
- Throws:
FOPException
-
-
Method Details
-
parseAndPut
-
put
-
configure
private void configure(Configuration cfg, FOUserAgent userAgent, boolean strict) throws FOPException - Throws:
FOPException
-
configureEncryptionParams
-
buildFilterMapFromConfiguration
private void buildFilterMapFromConfiguration(Configuration cfg) throws ConfigurationException, FOPException - Throws:
ConfigurationException
FOPException
-
parseConfig
-
doesValueExist
-
checkEncryptionLength
-