Module tapestry.request | Version: | 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. | ||
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.WebRequestServicerPipeline | If: | property org.apache.tapestry.disable-caching |
<filter
name="DisableCachingFilter"
object="service:DisableCachingFilter"
/> |