Uses of Interface
org.apache.tapestry5.services.InvalidationListener

Packages that use InvalidationListener
org.apache.tapestry5.internal.event [INTERNAL USE ONLY] support classes for event listeners; API subject to change 
org.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change 
org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change 
org.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to change 
org.apache.tapestry5.services Core services 
 

Uses of InvalidationListener in org.apache.tapestry5.internal.event
 

Methods in org.apache.tapestry5.internal.event with parameters of type InvalidationListener
 void InvalidationEventHubImpl.addInvalidationListener(InvalidationListener listener)
           
 

Uses of InvalidationListener in org.apache.tapestry5.internal.pageload
 

Classes in org.apache.tapestry5.internal.pageload that implement InvalidationListener
 class PageLoaderImpl
          There's still a lot of room to beef up ComponentAssembler and EmbeddedComponentAssembler to perform more static analysis, but that may no longer be necessary, given the switch to shared (non-pooled) pages in 5.2.
 

Uses of InvalidationListener in org.apache.tapestry5.internal.services
 

Classes in org.apache.tapestry5.internal.services that implement InvalidationListener
 class ApplicationMessageCatalogObjectProvider
          Allows for injection of the global application message catalog into services.
 class ComponentClassCacheImpl
           
 class ComponentClassResolverImpl
           
 class ComponentInstantiatorSourceImpl
          A wrapper around a PlasticManager that allows certain classes to be modified as they are loaded.
 class DefaultDataTypeAnalyzer
          The default data type analyzer, which is based entirely on the type of the property (and not on annotations or naming conventions).
 class MetaDataLocatorImpl
           
 class PageActivationContextCollectorImpl
           
 class PageSourceImpl
           
 class PropertyConduitSourceImpl
           
 class ResourceDigestManagerImpl
           
 class StringInternerImpl
           
 class TranslatorSourceImpl
           
 class ValueEncoderSourceImpl
           
 

Methods in org.apache.tapestry5.internal.services with parameters of type InvalidationListener
 void ResourceDigestManagerImpl.addInvalidationListener(InvalidationListener listener)
           
 

Uses of InvalidationListener in org.apache.tapestry5.internal.services.assets
 

Classes in org.apache.tapestry5.internal.services.assets that implement InvalidationListener
 class SRSCachingInterceptor
          An interceptor for the StreamableResourceSource service that handles caching of content.
 class SRSCompressedCachingInterceptor
          Specialization of SRSCachingInterceptor that only attempts to cache compressed resources.
 class StackAssetRequestHandler
           
 

Uses of InvalidationListener in org.apache.tapestry5.services
 

Methods in org.apache.tapestry5.services with parameters of type InvalidationListener
 void InvalidationEventHub.addInvalidationListener(InvalidationListener listener)
          Adds a listener, who needs to know when an underlying resource of a given category has changed (so that the receiver may discard any cached data that may have been invalidated).
 



Copyright © 2003-2012 The Apache Software Foundation.