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