Module tapestry.request
Back to master index

[public] Service Point tapestry.request.DisableCachingFilter Interface: org.apache.tapestry.services.WebRequestServicerFilter
Uses the ResetEventHub to reset any cached data at the end of the request. Only used during development, not in production.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.DisableCachingFilter" >
      • <set-object property="resetEventHub" value="infrastructure:resetEventHub" />
      </construct>
    </invoke-factory>

Module tapestry.request
Back to master index