Contribution filemanager.core.listener.icon--listener
In component filemanager.core.listener.icon
This contribution is part of XML component filemanager.core.listener.icon
inside nuxeo-platform-filemanager-core-listener-7.10.jar /OSGI-INF/filemanager-iconupdater-event-contrib.xml
Documentation
Computes the mimetype of dirty blob fields and updates the document icon if necessary.
Extension Point
Extension point listener of component EventServiceComponent.Contributed Items
XML Source
<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
<documentation>
Computes the mimetype of dirty blob fields and updates the document icon if necessary.
</documentation>
<listener async="false" class="org.nuxeo.ecm.platform.filemanager.core.listener.MimetypeIconUpdater" name="mimetypeIconUpdater" postCommit="false" priority="120">
<event>aboutToCreate</event>
<event>beforeDocumentModification</event>
</listener>
</extension>