Module tapestry.enhance
Back to master index

[public] Service Point tapestry.enhance.InjectScriptWorker Interface: org.apache.tapestry.enhance.InjectEnhancementWorker
Injects an IScript (a parsed script template, ready to be executed). The injected object is the relative path to the script template file.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="InjectScriptWorker" >
      • <set-object property="source" value="infrastructure:scriptSource" />
      • <set-service property="assetSource" service-id="tapestry.asset.AssetSource" />
      </construct>
    </invoke-factory>

Module tapestry.enhance
Back to master index