Module tapestry.globals | Version: | 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. | ||
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"
/>
|