- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="RestartService"
>
-
<set-service property="request"
service-id="tapestry.globals.HttpServletRequest"
/>
-
<set-service property="response"
service-id="tapestry.globals.HttpServletResponse"
/>
-
<set-object property="servletPath"
value="app-property:org.apache.tapestry.servlet-path"
/>
-
<set-object property="linkFactory"
value="infrastructure:linkFactory"
/>
</construct>
</invoke-factory>
|