Service Point tapestry.error.ExceptionPresenter | Interface: | org.apache.tapestry.error.ExceptionPresenter |
Handler for uncaught exceptions inside the main request
processing code path; the default implementation
displays the exception page to report the
exception. |
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="ExceptionPresenterImpl"
>
-
<set-object property="exceptionPageName"
value="infrastructure:exceptionPageName"
/>
-
<set-object property="requestExceptionReporter"
value="infrastructure:requestExceptionReporter"
/>
-
<set-object property="responseRenderer"
value="infrastructure:responseRenderer"
/>
</construct>
</invoke-factory>
|