Module tapestry.page
Back to master index

[public] Service Point tapestry.page.ComponentSpecificationResolver Interface: org.apache.tapestry.resolver.ComponentSpecificationResolver
Locates the specification for a component or page.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="threaded" >
    • <construct class="org.apache.tapestry.resolver.ComponentSpecificationResolverImpl" >
      • <set-object property="specificationSource" value="infrastructure:specificationSource" />
      • <set-service property="delegate" service-id="SpecificationResolverDelegate" />
      • <set-object property="applicationId" value="infrastructure:applicationId" />
      • <set-object property="contextRoot" value="infrastructure:contextRoot" />
      • <set-object property="classFinder" value="infrastructure:classFinder" />
      </construct>
    </invoke-factory>

Module tapestry.page
Back to master index