Uses of Interface
com.itextpdf.commons.actions.contexts.IContext
-
Uses of IContext in com.itextpdf.commons.actions
ModifierConstructorDescriptionprotected
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
Modifier and TypeClassDescriptionclass
Generic context that allowsAbstractContextBasedITextEvent
based on the whitelist of supported events.class
The fallbackIContext
.Modifier and TypeFieldDescriptionstatic final IContext
UnknownContext.PERMISSIVE
TheIContext
that allows all events.static final IContext
UnknownContext.RESTRICTIVE
TheIContext
that forbids all events.Modifier and TypeMethodDescriptionContextManager.getContext
(Class> clazz) Gets the context associated with the passed class object.ContextManager.getContext
(String className) Gets the context associated with the passed class object.