This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c13b4c7b5 adds PageRenderSubscriber into refguide docs.
0c13b4c7b5 is described below

commit 0c13b4c7b5e1908533e522bf921adec983c0bcae
Author: Dan Haywood <[email protected]>
AuthorDate: Thu May 23 11:07:22 2024 +0100

    adds PageRenderSubscriber into refguide docs.
---
 .../modules/applib-svc/partials/_presentation-layer-spi.adoc       | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/antora/components/refguide/modules/applib-svc/partials/_presentation-layer-spi.adoc
 
b/antora/components/refguide/modules/applib-svc/partials/_presentation-layer-spi.adoc
index 214b6cecaa..73419d2518 100644
--- 
a/antora/components/refguide/modules/applib-svc/partials/_presentation-layer-spi.adoc
+++ 
b/antora/components/refguide/modules/applib-svc/partials/_presentation-layer-spi.adoc
@@ -51,6 +51,13 @@ For example, the viewer remembers which tabs are selected, 
and for collections w
 
 
 
+|xref:refguide:applib:index/services/publishing/spi/PageRenderSubscriber.adoc[PageRenderSubscriber]
+|Hook to allow work to be performed before rendering the page.
+For example, this could be used for simple metric gathering.
+Or, it could be used to preload data in bulk to avoid N+1 problems.
+
+
+
 
|xref:refguide:applib:index/services/routing/RoutingService.adoc[RoutingService]
 |Return an alternative object than that returned by an action.
 

Reply via email to