Module tapestry.page
Back to master index

[public] Service Point tapestry.page.ComponentResourceResolver Interface: org.apache.tapestry.resolver.IComponentResourceResolver
Locates and loads resource relative to a component / page.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.resolver.ComponentResourceResolverImpl" >
      • <set-object property="contextRoot" value="infrastructure:contextRoot" />
      • <set-object property="applicationId" value="infrastructure:applicationId" />
      • <set-service property="contextAssetFactory" service-id="tapestry.asset.ContextAssetFactory" />
      • <set-service property="classpathAssetFactory" service-id="tapestry.asset.ClasspathAssetFactory" />
      </construct>
    </invoke-factory>

Module tapestry.page
Back to master index