Service Point tapestry.portlet.PortletWebContextInitializer | Interface: | org.apache.tapestry.portlet.PortletApplicationInitializer |
---|
Creates and stores the WebContext (wrapper around the PortletContext)
into ApplicationGlobals. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="PortletWebContextInitializer"
>
- <set-service
property="applicationGlobals"
service-id="tapestry.globals.ApplicationGlobals"
/>
</construct>
</invoke-factory>
|