Module tapestry.enhance
Back to master index

[public] Service Point tapestry.enhance.InjectPageAttachListenerWorker Interface: org.apache.tapestry.enhance.EnhancementWorker
Registers components as PageAttachListeners, if they implement the interface.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="InjectListenerRegistrationWorker" >
      • <set-object property="listenerInterface" value="class:org.apache.tapestry.event.PageAttachListener" />
      • <set property="registerMethodName" value="addPageAttachListener" />
      </construct>
    </invoke-factory>

Module tapestry.enhance
Back to master index