Module tapestry.globals
Back to master index

[public] Service Point tapestry.globals.SetupServletApplicationGlobals Interface: org.apache.tapestry.services.ApplicationInitializer
Contributed into the tapestry.init.ApplicationInitializers configuration point to install the servlet-specific framework services and configurations into the tapestry.globals.ApplicationGlobals service.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.SetupServletApplicationGlobals" >
      • <set-service property="globals" service-id="ApplicationGlobals" />
      • <set-configuration configuration-id="tapestry.services.FactoryServices" property="factoryServices" />
      • <set-service property="infrastructure" service-id="tapestry.Infrastructure" />
      </construct>
    </invoke-factory>

Module tapestry.globals
Back to master index