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
Constructors Modifier Constructor Description protected
AbstractContextManagerConfigurationEvent()
Creates an instance of context manager configuration event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
registerGenericContext(java.util.Collection<java.lang.String> namespaces, java.util.Collection<java.lang.String> products)
Registers generic context for products and namespaces which are associated with them.protected void
unregisterContext(java.util.Collection<java.lang.String> namespaces)
Unregisters certain namespaces.-
Methods inherited from class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
addEvent, addProcessor, doAction, getActiveProcessor, getEvents, getProcessors, registerInternalNamespace, removeProcessor
-
-
-
-
Method Detail
-
registerGenericContext
protected void registerGenericContext(java.util.Collection<java.lang.String> namespaces, java.util.Collection<java.lang.String> products)
Registers generic context for products and namespaces which are associated with them.- Parameters:
namespaces
- namespaces of the products to be registeredproducts
- the products to be registered
-
unregisterContext
protected void unregisterContext(java.util.Collection<java.lang.String> namespaces)
Unregisters certain namespaces.- Parameters:
namespaces
- the namespaces to be unregistered
-
-