Module tapestry.asset
Back to master index

[public] Service Point tapestry.asset.AssetExternalizer Interface: org.apache.tapestry.asset.AssetExternalizer
Used by the AssetService to copy private assets out onto the file system within a web folder, so that static URLs to the assets may be generated.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="AssetExternalizerImpl" >
      • <set-object property="propertySource" value="infrastructure:applicationPropertySource" />
      </construct>
    </invoke-factory>

Module tapestry.asset
Back to master index