Module tapestry.init
Back to master index

[public] Service Point tapestry.init.WebContextInitializer Interface: org.apache.tapestry.services.ApplicationInitializer
Creates and stores the WebContext (wrapper around the ServletContext) into ApplicationGlobals.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.WebContextInitializer" >
      • <set-service property="globals" service-id="tapestry.globals.ApplicationGlobals" />
      </construct>
    </invoke-factory>

Module tapestry.init
Back to master index