Service Point tapestry.enhance.InjectEventInvokerWorker | Interface: | org.apache.tapestry.enhance.EnhancementWorker |
Injects the eventInvoker property into all components. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="InjectEventInvokerWorker"
>
-
<set-service property="componentEventInvoker"
service-id="tapestry.event.EventInvoker"
/>
</construct>
</invoke-factory>
|