Uses of Interface
com.itextpdf.tool.xml.CustomContext

Packages that use CustomContext
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 implementations 
com.itextpdf.tool.xml.pipeline.ctx Collection of CustomContext and WorkerContext 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
 interface Pipeline<T extends CustomContext>
           
 

Methods in com.itextpdf.tool.xml that return CustomContext
 CustomContext WorkerContext.get(String key)
           
 

Methods in com.itextpdf.tool.xml with parameters of type CustomContext
 void WorkerContext.put(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
 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
 class MapContext
          A CustomContext that holds data in a Map
 class ObjectContext<T>
          An Object container.
 

Methods in com.itextpdf.tool.xml.pipeline.ctx that return CustomContext
 CustomContext WorkerContextImpl.get(String klass)
           
 

Methods in com.itextpdf.tool.xml.pipeline.ctx with parameters of type CustomContext
 void WorkerContextImpl.put(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
 class HtmlPipelineContext
          The CustomContext object for the HtmlPipeline.
 



Copyright © 2015. All Rights Reserved.