Class MapContext
java.lang.Object
com.itextpdf.tool.xml.pipeline.ctx.MapContext
- All Implemented Interfaces:
CustomContext
A CustomContext that holds data in a Map
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
-
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.
-