Module tapestry.globals
Back to master index
Module tapestry.globalsVersion:4.0.0
Package:org.apache.tapestry.services
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.SetupServletApplicationGlobals
tapestry.globals.WebContext
tapestry.globals.WebRequest
tapestry.globals.WebResponse
Contribution to tapestry.Infrastructure
<property name="applicationSpecification" object="service-property:ApplicationGlobals:specification" />
<property name="request" object="service:WebRequest" />
<property name="response" object="service:WebResponse" />
<property name="applicationId" object="service-property:ApplicationGlobals:activatorName" />
<property name="context" object="service:WebContext" />
Contribution to tapestry.init.ApplicationInitializers
<command id="SetupServletApplicationGlobals" object="service:SetupServletApplicationGlobals" />

Back to master index