Service Point tapestry.persist.SessionPropertyPersistenceStrategy | Interface: | org.apache.tapestry.record.PropertyPersistenceStrategy |
---|
The standard persistence strategy, mapped to the name "session". Simply stores each property as
an HttpSession attribute. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="SessionPropertyPersistenceStrategy"
>
- <set-object
property="request"
value="infrastructure:request"
/>
- <set-object
property="applicationId"
value="infrastructure:applicationId"
/>
</construct>
</invoke-factory>
|