Extension point propertiesFetcher
In component org.nuxeo.ecm.platform.MailService
Documentation
Extension point to register a properties fetcher.
The responsability of a property fetcher is to fetch properties from any backend.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="propertiesFetcher" target="org.nuxeo.ecm.platform.MailService"> <propertiesFetcher class="org.nuxeo.ecm.platform.mail.fetcher.SimplePropertiesFetcher" name="simple"/> </extension>