Service Point tapestry.error.RequestExceptionReporter | Interface: | org.apache.tapestry.error.RequestExceptionReporter |
---|
Reports request errors to the console (when reporting using the Exception page fails, or is
inappropriate). |
Implementation |
---|
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
- <construct
class="RequestExceptionReporterImpl"
>
- <set-object
property="request"
value="infrastructure:request"
/>
</construct>
</invoke-factory>
|