- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="impl.RequestCycleFactoryImpl"
>
-
<set-object property="encoders"
value="service-property:tapestry.url.LinkFactory:serviceEncoders"
/>
-
<set-service property="strategySource"
service-id="tapestry.persist.PropertyPersistenceStrategySource"
/>
-
<set-service property="infrastructure"
service-id="tapestry.Infrastructure"
/>
-
<set-service property="absoluteURLBuilder"
service-id="AbsoluteURLBuilder"
/>
-
<set-service property="requestGlobals"
service-id="tapestry.globals.RequestGlobals"
/>
-
<set-service property="responseDelegateFactory"
service-id="tapestry.services.ResponseDelegateFactory"
/>
</construct>
</invoke-factory>
|