Class MapContext
java.lang.Object
com.itextpdf.tool.xml.pipeline.ctx.MapContext
- All Implemented Interfaces:
CustomContext
A CustomContext that holds data in a Map
- Author:
- redlab_b
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapContext
public MapContext()
-
-
Method Details
-
get
- Parameters:
key- the key- Returns:
- the object belonging to the key or null if not found
-
put
- Parameters:
key- the keyo- the object to put.
-