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