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.
Service Points
tapestry.globals.ApplicationGlobals
tapestry.globals.HttpServletRequest
tapestry.globals.HttpServletResponse
tapestry.globals.IRequestCycle
tapestry.globals.RequestGlobals
tapestry.globals.ResponseBuilder
tapestry.globals.ServletContext
tapestry.globals.SetupServletApplicationGlobals
tapestry.globals.WebContext
tapestry.globals.WebRequest
tapestry.globals.WebResponse
11 service points
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" />
<property name="requestCycle" object="service:IRequestCycle" />
<property name="responseBuilder" object="service:ResponseBuilder" />
Contribution to tapestry.init.ApplicationInitializers
<command after="tapestry.init.ApplicationSpecificationInitializer" id="SetupServletApplicationGlobals" object="service:SetupServletApplicationGlobals" />

Back to master index