Uses of Interface
com.itextpdf.tool.xml.CustomContext
-
Packages that use CustomContext Package Description com.itextpdf.tool.xml XMLWorker package provides a framework to parse XML to PDF with iText.com.itextpdf.tool.xml.pipeline The pipeline package contains the pipeline implementationscom.itextpdf.tool.xml.pipeline.ctx Collection ofCustomContextandWorkerContextimplementations.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of CustomContext in com.itextpdf.tool.xml
Classes in com.itextpdf.tool.xml with type parameters of type CustomContext Modifier and Type Interface Description interfacePipeline<T extends CustomContext>Methods in com.itextpdf.tool.xml that return CustomContext Modifier and Type Method Description CustomContextWorkerContext. get(java.lang.String key)Methods in com.itextpdf.tool.xml with parameters of type CustomContext Modifier and Type Method Description voidWorkerContext. put(java.lang.String contextKey, CustomContext context)Store a customContext for the given key. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline
Classes in com.itextpdf.tool.xml.pipeline with type parameters of type CustomContext Modifier and Type Class Description classAbstractPipeline<T extends CustomContext>Abstract class with default implementations. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline.ctx
Classes in com.itextpdf.tool.xml.pipeline.ctx that implement CustomContext Modifier and Type Class Description classMapContextA CustomContext that holds data in a MapclassObjectContext<T>An Object container.Methods in com.itextpdf.tool.xml.pipeline.ctx that return CustomContext Modifier and Type Method Description CustomContextWorkerContextImpl. get(java.lang.String klass)Methods in com.itextpdf.tool.xml.pipeline.ctx with parameters of type CustomContext Modifier and Type Method Description voidWorkerContextImpl. put(java.lang.String key, CustomContext context)Convenience method. -
Uses of CustomContext in com.itextpdf.tool.xml.pipeline.html
Classes in com.itextpdf.tool.xml.pipeline.html that implement CustomContext Modifier and Type Class Description classHtmlPipelineContextThe CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline.
-