Class MimetypeIconUpdater

java.lang.Object
org.nuxeo.ecm.platform.filemanager.core.listener.MimetypeIconUpdater
All Implemented Interfaces:
EventListener

public class MimetypeIconUpdater extends Object implements EventListener
Listener responsible for computing the mimetype of a new or edited blob and the common:icon field if necessary.

The logic of this event listener is divided into static public methods to make it easy to override this event listener with a custom implementation.

Author:
ogrisel