Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component filemanager.core.listener.icon

Resolution Order

370
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="filemanager.core.listener.icon" version="1.0.0">

  <extension target="org.nuxeo.ecm.core.event.EventServiceComponent" point="listener">
    <documentation>
      Computes the mimetype of dirty blob fields and updates the document icon if necessary.
     </documentation>
    <listener name="mimetypeIconUpdater" async="false" postCommit="false" class="org.nuxeo.ecm.platform.filemanager.core.listener.MimetypeIconUpdater" priority="120">
      <event>aboutToCreate</event>
      <event>beforeDocumentModification</event>
    </listener>
  </extension>

</component>