Module tapestry
Back to master index

[public] Service Point tapestry.RequestExceptionReporter Interface: org.apache.tapestry.services.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="org.apache.tapestry.services.impl.RequestExceptionReporterImpl" >
      • <set-object property="request" value="infrastructure:request" />
      </construct>
    </invoke-factory>

Module tapestry
Back to master index