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 IContextAbstractContextBasedEventHandler. defaultContextConstructors 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 classGenericContextGeneric context that allowsAbstractContextBasedITextEventbased on the whitelist of supported events.classUnknownContextThe fallbackIContext.Fields in com.itextpdf.commons.actions.contexts declared as IContext Modifier and Type Field Description static IContextUnknownContext. PERMISSIVETheIContextthat allows all events.static IContextUnknownContext. RESTRICTIVETheIContextthat 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. contextMappingsMethods in com.itextpdf.commons.actions.contexts that return IContext Modifier and Type Method Description IContextContextManager. getContext(java.lang.Class<?> clazz)Gets the context associated with the passed class object.IContextContextManager. getContext(java.lang.String className)Gets the context associated with the passed class object.private IContextContextManager. getNamespaceMapping(java.lang.String namespace)
-