Module tapestry.request
Back to master index
Module tapestry.requestVersion:4.0.0
Package:org.apache.tapestry.services
Services and configurations for the Tapestry request processing pipeline. It is expected that the IEngine interface will eventually "dissolve" into a collection of loosely bound services.
Configuration Points
tapestry.request.ServletRequestServicerPipeline
tapestry.request.WebRequestServicerPipeline
2 configuration points
Service Points
tapestry.request.AbsoluteURLBuilder
tapestry.request.CookieSource
tapestry.request.DecodedRequestInjector
tapestry.request.DisableCachingFilter
tapestry.request.EngineFactory
tapestry.request.EngineManager
tapestry.request.EnginePool
tapestry.request.InvokeEngineTerminator
tapestry.request.RequestCycleFactory
tapestry.request.RequestLocaleManager
tapestry.request.ResponseRenderer
tapestry.request.ServletRequestServicer
tapestry.request.SetupRequestEncoding
tapestry.request.WebRequestServicer
tapestry.request.WebRequestServicerPipelineBridge
15 service points
Contribution to
<default symbol="org.apache.tapestry.accepted-locales" value="" />
<default symbol="org.apache.tapestry.default-cookie-max-age" value="604800" />
Contribution to tapestry.Infrastructure
<property name="responseRenderer" object="service:ResponseRenderer" />
<property name="requestCycleFactory" object="service:RequestCycleFactory" />
<property name="cookieSource" object="service:CookieSource" />
Contribution to tapestry.request.ServletRequestServicerPipeline
<filter name="DecodedRequestInjector" object="service:DecodedRequestInjector" />
<filter name="SetupRequestEncoding" object="service:SetupRequestEncoding" />
<terminator object="service:WebRequestServicerPipelineBridge" />
Contribution to tapestry.request.WebRequestServicerPipeline
<terminator object="service:InvokeEngineTerminator" />
Contribution to tapestry.request.WebRequestServicerPipelineIf:property org.apache.tapestry.disable-caching
<filter name="DisableCachingFilter" object="service:DisableCachingFilter" />

Back to master index