Class MapContext
- java.lang.Object
-
- com.itextpdf.tool.xml.pipeline.ctx.MapContext
-
- All Implemented Interfaces:
CustomContext
public class MapContext extends java.lang.Object implements CustomContext
A CustomContext that holds data in a Map
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>
map
-
Constructor Summary
Constructors Constructor Description MapContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.lang.String key)
void
put(java.lang.String key, java.lang.Object o)
-