Topic cluster
Notification
A typed event or request exchanged between decoupled Zotonic components through the notifier.
View topic page8 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
observe_export_resource_content_disposition/2
mod_export - return the {ok, Disposition} for the content disposition.
observe_export_resource_content_type/2
mod_export - Determine the mime type for the export.
observe_export_resource_data/2
mod_export - fetch a row for the export, can return a list of rows, a binary, and optionally a continuation state. Where Values is [ term() ], i.e. a list of opaque values, to be formatted with #export_resource_format.
observe_export_resource_encode/2
mod_export - Encode a single data element.
observe_export_resource_filename/2
mod_export - return the {ok, Filename} for the content disposition.
observe_export_resource_footer/2
mod_export - Fetch the footer for the export. Should cleanup the continuation state, if needed.
observe_export_resource_header/2
mod_export - Fetch the header for the export.
observe_export_resource_visible/2
mod_export - Check if the resource or dispatch is visible for export.