Module tapestry.services
Back to master index

[public] Service Point tapestry.services.ServiceMap Interface: org.apache.tapestry.services.ServiceMap
Used to locate a service by name, using the FactoryServices and ApplicationServices configuration points.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="org.apache.tapestry.services.impl.ServiceMapImpl" >
      • <set-configuration configuration-id="FactoryServices" property="factoryServices" />
      • <set-configuration configuration-id="ApplicationServices" property="applicationServices" />
      </construct>
    </invoke-factory>

Module tapestry.services
Back to master index