Module tapestry.error
Back to master index

[public] Service Point tapestry.error.StaleLinkExceptionPresenter Interface: org.apache.tapestry.error.StaleLinkExceptionPresenter
Handler for StaleSessionExceptions, which indicate that the session has expired between the time a link or form was rendered, and the time it was triggered in a new request.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="StaleLinkExceptionPresenterImpl" >
      • <set-object property="pageName" value="infrastructure:staleLinkPageName" />
      • <set-object property="responseRenderer" value="infrastructure:responseRenderer" />
      </construct>
    </invoke-factory>

Module tapestry.error
Back to master index