Module tapestry.globals
Back to master index

[public] Service Point tapestry.globals.WebResponse Interface: org.apache.tapestry.web.WebResponse
Exposes the current thread's WebResponse as a service. The response is actually stored in the RequestGlobals service.
Implementation
  • <invoke-factory service-id="" model="singleton" >
    • <construct property="webResponse" service-id="RequestGlobals" />
    </invoke-factory>

Module tapestry.globals
Back to master index