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 ofCustomContext
andWorkerContext
implementations.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 interface
Pipeline<T extends CustomContext>
Methods in com.itextpdf.tool.xml that return CustomContext Modifier and Type Method Description CustomContext
WorkerContext. get(java.lang.String key)
Methods in com.itextpdf.tool.xml with parameters of type CustomContext Modifier and Type Method Description void
WorkerContext. 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 class
AbstractPipeline<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 class
MapContext
A CustomContext that holds data in a Mapclass
ObjectContext<T>
An Object container.Methods in com.itextpdf.tool.xml.pipeline.ctx that return CustomContext Modifier and Type Method Description CustomContext
WorkerContextImpl. get(java.lang.String klass)
Methods in com.itextpdf.tool.xml.pipeline.ctx with parameters of type CustomContext Modifier and Type Method Description void
WorkerContextImpl. 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 class
HtmlPipelineContext
The CustomContext object for the HtmlPipeline.
Use this to configure yourHtmlPipeline
.
-