com.itextpdf.tool.xml.pipeline.ctx
Class MapContext
java.lang.Object
com.itextpdf.tool.xml.pipeline.ctx.MapContext
- All Implemented Interfaces:
- CustomContext
public class MapContext
- extends Object
- implements CustomContext
A CustomContext that holds data in a Map
- Author:
- redlab_b
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapContext
public MapContext()
get
public Object get(String key)
- Parameters:
key
- the key
- Returns:
- the object belonging to the key or null if not found
put
public void put(String key,
Object o)
- Parameters:
key
- the keyo
- the object to put.
Copyright © 2015. All Rights Reserved.