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

Packages that use ResetEventCoordinator
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   
 

Uses of ResetEventCoordinator in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type ResetEventCoordinator
 void ResetService.setResetEventCoordinator(ResetEventCoordinator resetEventCoordinator)
           
 

Uses of ResetEventCoordinator in org.apache.tapestry.services
 

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

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

Classes in org.apache.tapestry.services.impl that implement ResetEventCoordinator
 class ResetEventCoordinatorImpl
          Implementation of the tapestry.ResetEventCoordinator service.
 

Methods in org.apache.tapestry.services.impl that return ResetEventCoordinator
 ResetEventCoordinator InfrastructureImpl.getResetEventCoordinator()
           
 

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