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-service property="context"
service-id="tapestry.globals.WebContext"
/>
-
<set-object property="contextPath"
value="infrastructure:contextPath"
/>
</construct>
</invoke-factory>
|