Module
tapestry.globals
Back to master index
Service Point tapestry.globals.HttpServletResponse
Interface:
javax.servlet.http.HttpServletResponse
Exposes the current thread's HttpServletResponse as a service. The response is actually stored in the RequestGlobals service.
Implementation
<invoke-factory
service-id
="
"
model
="
singleton
" >
<construct
property
="
response
"
service-id
="
RequestGlobals
" />
</invoke-factory>
Module
tapestry.globals
Back to master index