com.itextpdf.tool.xml.pipeline.ctx
Class ObjectContext<T>

java.lang.Object
  extended by com.itextpdf.tool.xml.pipeline.ctx.ObjectContext<T>
Type Parameters:
T - the type of object.
All Implemented Interfaces:
CustomContext

public class ObjectContext<T>
extends Object
implements CustomContext

An Object container.

Author:
redlab_b

Constructor Summary
ObjectContext(T t)
           
 
Method Summary
 T get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectContext

public ObjectContext(T t)
Parameters:
t - the Object to contain
Method Detail

get

public T get()
Returns:
the contained object


Copyright © 2015. All Rights Reserved.