public abstract class AbstractContextManagerConfigurationEvent extends AbstractITextConfigurationEvent
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContextManagerConfigurationEvent()
Creates an instance of context manager configuration event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerGenericContext(Collection<String> namespaces, Collection<String> products)
Registers generic context for products and namespaces which are associated with them.
|
protected void |
unregisterContext(Collection<String> namespaces)
Unregisters certain namespaces.
|
addEvent, addProcessor, doAction, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessorprotected AbstractContextManagerConfigurationEvent()
protected void registerGenericContext(Collection<String> namespaces, Collection<String> products)
namespaces - namespaces of the products to be registered
products - the products to be registered
protected void unregisterContext(Collection<String> namespaces)
namespaces - the namespaces to be unregisted
Copyright © 1998–2022 iText Group NV. All rights reserved.