Uses of Interface
org.apache.tapestry.services.ResetEventHub

Packages that use ResetEventHub
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of ResetEventHub in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type ResetEventHub
 void ResetService.setResetEventHub(ResetEventHub resetEventHub)
           
 

Uses of ResetEventHub in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ResetEventHub
 ResetEventHub Infrastructure.getResetEventHub()
          Returns the coordinator to be notified of reset events (which will, in turn, notify other services that they should discard cached data).
 

Uses of ResetEventHub in org.apache.tapestry.services.impl
 

Classes in org.apache.tapestry.services.impl that implement ResetEventHub
 class ResetEventHubImpl
          Implementation of the tapestry.ResetEventHub service.
 

Methods in org.apache.tapestry.services.impl that return ResetEventHub
 ResetEventHub InfrastructureImpl.getResetEventHub()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type ResetEventHub
 void DisableCachingFilter.setResetEventHub(ResetEventHub resetEventCoordinator)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.