Service Point tapestry.portlet.PortletStaleSessionExceptionPresenter | Interface: | org.apache.tapestry.error.StaleSessionExceptionPresenter |
---|
Displays a short message announcing that the session has expired. |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="PortletStaleSessionExceptionPresenter"
>
- <set-service
property="globals"
service-id="PortletRequestGlobals"
/>
- <set-object
property="requestExceptionReporter"
value="infrastructure:requestExceptionReporter"
/>
</construct>
</invoke-factory>
|