Module tapestry.page
Back to master index

[public] Service Point tapestry.page.EventConnectionVisitor Interface: org.apache.tapestry.pageload.IComponentVisitor
Visits all the components of a page and wires up their @EventListener connections to the actual components targeted once a valid instance of the page is available to resolve them against.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="pooled" >
    • <construct class="EventConnectionVisitor" >
      • <set-service property="eventInvoker" service-id="tapestry.event.EventInvoker" />
      </construct>
    </invoke-factory>

Module tapestry.page
Back to master index