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 PDFEncryptionParamsprivate PDFRendererConfig -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateParserHelper(Configuration cfg, FOUserAgent userAgent, boolean strict) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate intcheckEncryptionLength(int encryptionLength, FOUserAgent userAgent) private voidconfigure(Configuration cfg, FOUserAgent userAgent, boolean strict) private voidconfigureEncryptionParams(Configuration cfg, FOUserAgent userAgent, boolean strict) private booleandoesValueExist(Configuration cfg, RendererConfigOption option) private voidparseAndPut(PDFRendererOption option, Configuration cfg) private StringparseConfig(Configuration cfg, RendererConfigOption option) private voidput(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:
ConfigurationExceptionFOPException
-
parseConfig
-
doesValueExist
-
checkEncryptionLength
-