Service Point tapestry.asset.UnprotectedResourceMatcher | Interface: | org.apache.tapestry.asset.ResourceMatcher |
Uses the UnprotectedAssets configuration point to dynamically determine
which assets managed by the AssetService should be protected. The default
is to protect all resources. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="ResourceMatcherImpl"
>
-
<event-listener service-id="tapestry.ResetEventHub"
/>
-
<set-configuration configuration-id="UnprotectedAssets"
property="contributions"
/>
</construct>
</invoke-factory>
|