Module tapestry.portlet
Back to master index

[public] Service Point tapestry.portlet.SetupPortletApplicationGlobals Interface: org.apache.tapestry.portlet.PortletApplicationInitializer
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="SetupPortletApplicationGlobals" >
      • <set-service property="globals" service-id="tapestry.globals.ApplicationGlobals" />
      • <set-configuration configuration-id="tapestry.portlet.services.FactoryServices" property="factoryServices" />
      • <set-service property="infrastructure" service-id="tapestry.Infrastructure" />
      </construct>
    </invoke-factory>

Module tapestry.portlet
Back to master index