Module tapestry.annotation
Back to master index

[public] Service Point tapestry.annotation.AnnotationEnhancementWorker Interface: org.apache.tapestry.enhance.EnhancementWorker
Bridge from ordinary specification-based enhancements, to annotation-driven enhancements.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="AnnotationEnhancementWorker" >
      • <set-configuration configuration-id="MethodWorkers" property="methodWorkers" />
      • <set-configuration configuration-id="ClassWorkers" property="classWorkers" />
      • <set-configuration configuration-id="SecondaryAnnotationWorkers" property="secondaryAnnotationWorkers" />
      </construct>
    </invoke-factory>

Module tapestry.annotation
Back to master index