Module tapestry.portlet
Back to master index

[public] Service Point tapestry.portlet.PortletApplicationSpecificationInitializer Interface: org.apache.tapestry.portlet.PortletApplicationInitializer
Locates and parses the application specification and informs the ApplicationGlobals service about it.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="PortletApplicationSpecificationInitializer" >
      • <set-service property="globals" service-id="tapestry.globals.ApplicationGlobals" />
      • <set-service property="parser" service-id="tapestry.parse.SpecificationParser" />
      • <set-service property="context" service-id="tapestry.globals.WebContext" />
      </construct>
    </invoke-factory>

Module tapestry.portlet
Back to master index