Service Point tapestry.state.DefaultGlobalFactory | Interface: | org.apache.tapestry.engine.state.StateObjectFactory |
Constructs the global state object, based on the org.apache.tapestry.global-class
configuration property, or a synchronized HashMap if not specified. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct
class="DefaultGlobalStateObjectFactory"
>
-
<set-object
property="className"
value="app-property:org.apache.tapestry.global-class"
/>
</construct>
</invoke-factory>
|