Module tapestry.state
Back to master index

[public] Service Point tapestry.state.StateObjectManagerRegistry Interface: org.apache.tapestry.engine.state.StateObjectManagerRegistry
Service that organizes the information from the FactoryObjects, ApplicationObjects and StateObjectPersistenceManagers configuration points into a set of StateObjectManagers.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="SOMRegistryImpl" >
      • <set-configuration configuration-id="FactoryObjects" property="factoryContributions" />
      • <set-configuration configuration-id="ApplicationObjects" property="applicationContributions" />
      • <set-configuration configuration-id="StateObjectPersistenceManagers" property="persistenceManagers" />
      </construct>
    </invoke-factory>

Module tapestry.state
Back to master index