Module tapestry.state
Back to master index

[public] Service Point tapestry.state.DefaultVisitFactory Interface: org.apache.tapestry.engine.state.StateObjectFactory
Constructs the visit state object, based on the org.apache.tapestry.visit-class configuration property.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="NamedClassStateObjectFactory" >
      • <set-object property="className" value="app-property:org.apache.tapestry.visit-class" />
      </construct>
    </invoke-factory>

Module tapestry.state
Back to master index