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.
Configurations
tapestry.request.ServletRequestServicerPipeline
tapestry.request.WebRequestServicerPipeline
Services
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
Contribution to tapestry.Infrastructure
<property name="responseRenderer" object="service:ResponseRenderer" />
<property name="requestCycleFactory" object="service:RequestCycleFactory" />
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