Service Point tapestry.persist.PageClientPropertyPersistenceScope | Interface: | org.apache.tapestry.record.ClientPropertyPersistenceScope |
Stores client persistent properties only if the page remains the same.
When a new page is activated and rendered, the values for other pages
are discarded. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="PageClientPropertyPersistenceScope"
>
-
<set-object property="requestCycle"
value="infrastructure:requestCycle"
/>
</construct>
</invoke-factory>
|