Uses of Interface
com.itextpdf.commons.actions.contexts.IContext
-
Packages that use IContext Package Description com.itextpdf.commons.actions com.itextpdf.commons.actions.contexts -
-
Uses of IContext in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions declared as IContext Modifier and Type Field Description private IContext
AbstractContextBasedEventHandler. defaultContext
Constructors in com.itextpdf.commons.actions with parameters of type IContext Constructor Description AbstractContextBasedEventHandler(IContext onUnknownContext)
Creates a new instance of the handler with the defined fallback for events within unknown contexts. -
Uses of IContext in com.itextpdf.commons.actions.contexts
Classes in com.itextpdf.commons.actions.contexts that implement IContext Modifier and Type Class Description class
GenericContext
Generic context that allowsAbstractContextBasedITextEvent
based on the whitelist of supported events.class
UnknownContext
The fallbackIContext
.Fields in com.itextpdf.commons.actions.contexts declared as IContext Modifier and Type Field Description static IContext
UnknownContext. PERMISSIVE
TheIContext
that allows all events.static IContext
UnknownContext. RESTRICTIVE
TheIContext
that forbids all events.Fields in com.itextpdf.commons.actions.contexts with type parameters of type IContext Modifier and Type Field Description private java.util.SortedMap<java.lang.String,IContext>
ContextManager. contextMappings
Methods in com.itextpdf.commons.actions.contexts that return IContext Modifier and Type Method Description IContext
ContextManager. getContext(java.lang.Class<?> clazz)
Gets the context associated with the passed class object.IContext
ContextManager. getContext(java.lang.String className)
Gets the context associated with the passed class object.private IContext
ContextManager. getNamespaceMapping(java.lang.String namespace)
-