Service Point tapestry.asset.AssetSource | Interface: | org.apache.tapestry.asset.AssetSource |
The master factory for assets, which identifies the correct
AssetFactory based on the prefix of the asset path (if any). |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct
class="AssetSourceImpl"
>
-
<set-configuration
configuration-id="AssetFactories"
property="contributions"
/>
-
<set-service
property="lookupAssetFactory"
service-id="LookupAssetFactory"
/>
-
<set-service
property="defaultAssetFactory"
service-id="DefaultAssetFactory"
/>
</construct>
</invoke-factory>
|