Module tapestry.annotation
Back to master index

[public] Service Point tapestry.annotation.InjectStateAnnotationWorker Interface: org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker
Injects an application state object, based on the InjectState annotation.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="InjectStateAnnotationWorker" >
      • <set-service property="applicationStateManager" service-id="tapestry.state.ApplicationStateManager" />
      </construct>
    </invoke-factory>

Module tapestry.annotation
Back to master index