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