Module tapestry.js
Back to master index

[public] Service Point tapestry.js.JavascriptManager Interface: org.apache.tapestry.javascript.JavascriptManager
Manages javascript files of 3rd party libraries.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="JavascriptManagerImpl" >
      • <set-service property="assetSource" service-id="tapestry.asset.AssetSource" />
      • <set property="files" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo.js" />
      • <set property="formFiles" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo2.js" />
      • <set property="widgetFiles" value="classpath:/dojo-0.4.3-custom-4.1.6/dojo3.js" />
      • <set property="folder" value="classpath:/dojo-0.4.3-custom-4.1.6/" />
      • <set property="tapestryFile" value="classpath:/tapestry-4.1.6/core.js" />
      • <set property="tapestryFolder" value="classpath:/tapestry-4.1.6/" />
      </construct>
    </invoke-factory>

Module tapestry.js
Back to master index