Module tapestry.asset
Back to master index

[public] Service Point tapestry.asset.ContextAssetFactory Interface: org.apache.tapestry.asset.AssetFactory
AssetFactory used when the prefix is "context:" or the base resource is a ContextResource.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="ContextAssetFactory" >
      • <set-object property="contextPath" value="infrastructure:contextPath" />
      • <set-service property="webContext" service-id="tapestry.globals.WebContext" />
      • <set-object property="localizer" value="infrastructure:resourceLocalizer" />
      • <set-object property="requestCycle" value="infrastructure:requestCycle" />
      </construct>
    </invoke-factory>

Module tapestry.asset
Back to master index