Module tapestry.globals
Back to master index
Module tapestry.globalsVersion:3.1.0
Package:
Contains global information about the application and (inside threaded services) about the current request. In addition, services based on this global information are provided.
Services
tapestry.globals.ApplicationGlobals
tapestry.globals.HttpServletRequest
tapestry.globals.HttpServletResponse
tapestry.globals.RequestGlobals
tapestry.globals.RequestGlobalsInitializer
tapestry.globals.ServletContext
Contribution to tapestry.request.RequestServicerPipeline
<filter before="*" name="RequestGlobalsInitializer" object="service:RequestGlobalsInitializer" />

Back to master index