Class AbstractContextManagerConfigurationEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractITextConfigurationEvent
com.itextpdf.commons.actions.contexts.AbstractContextManagerConfigurationEvent
- All Implemented Interfaces:
-
IEvent
public abstract class AbstractContextManagerConfigurationEvent extends AbstractITextConfigurationEvent
Class is recommended for internal usage. Represents system configuration events.
-
Constructor Summary
ModifierConstructorDescriptionprotected
Creates an instance of context manager configuration event. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.Methods inherited from class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
addEvent, addProcessor, doAction, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
Constructor Details
-
AbstractContextManagerConfigurationEvent
protected AbstractContextManagerConfigurationEvent()Creates an instance of context manager configuration event.
-
-
Method Details
-
registerGenericContext
Registers generic context for products and namespaces which are associated with them.- Parameters:
-
namespaces
- namespaces of the products to be registered -
products
- the products to be registered
-
unregisterContext
Unregisters certain namespaces.- Parameters:
-
namespaces
- the namespaces to be unregisted
-