Topic cluster
Notification
A typed event or request exchanged between decoupled Zotonic components through the notifier.
View topic page7 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
observe_content_types_dispatch/3
Get available content types and their dispatch rules Example: {{<<”text”>>, <<”html”>>, []}, page} A special dispatch rule is ‘page_url’, which refers to the page_url property of the resource.
observe_dispatch/2
Final try for dispatch, try to match the request. Called when the site is known, but no match is found for the path
observe_dispatch_host/2
Try to find the site for the request Called when the request Host doesn’t match any active site.
observe_dispatch_rewrite/3
Rewrite a URL before it will be dispatched using the z_sites_dispatcher
observe_page_url/2
Fetch the url of a resource’s html representation
observe_url_abs/2
Make a generated URL absolute, optionally called after url_rewrite by z_dispatcher
observe_url_rewrite/3
Rewrite a URL after it has been generated using the z_dispatcher