Uses of Class
org.apache.tapestry5.ioc.annotations.PostInjection
-
Packages that use PostInjection Package Description org.apache.tapestry5.beanmodel.internal.services org.apache.tapestry5.commons.internal.services org.apache.tapestry5.hibernate.internal org.apache.tapestry5.internal.dynamic [INTERNAL USE ONLY] support classes for theDynamic
component; API subject to changeorg.apache.tapestry5.internal.jmx [INTERNAL USE ONLY] support classes for the JMX module; API subject to changeorg.apache.tapestry5.internal.jpa [INTERNAL USE ONLY] support classes for the JPA module; API subject to changeorg.apache.tapestry5.internal.pageload [INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.internal.services.assets [INTERNAL USE ONLY] asset support services; API subject to changeorg.apache.tapestry5.internal.services.javascript [INTERNAL USE ONLY] JavaScript support implementations; API subject to changeorg.apache.tapestry5.ioc.internal.services.cron [INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change. -
-
Uses of PostInjection in org.apache.tapestry5.beanmodel.internal.services
Methods in org.apache.tapestry5.beanmodel.internal.services with annotations of type PostInjection Modifier and Type Method Description void
PropertyConduitSourceImpl. listenForInvalidations(InvalidationEventHub hub)
-
Uses of PostInjection in org.apache.tapestry5.commons.internal.services
Methods in org.apache.tapestry5.commons.internal.services with annotations of type PostInjection Modifier and Type Method Description void
StringInternerImpl. setupInvalidation(InvalidationEventHub hub)
-
Uses of PostInjection in org.apache.tapestry5.hibernate.internal
Methods in org.apache.tapestry5.hibernate.internal with annotations of type PostInjection Modifier and Type Method Description void
HibernateSessionSourceImpl. listenForShutdown(RegistryShutdownHub hub)
-
Uses of PostInjection in org.apache.tapestry5.internal.dynamic
Methods in org.apache.tapestry5.internal.dynamic with annotations of type PostInjection Modifier and Type Method Description void
DynamicTemplateParserImpl. registerAsUpdateListener(UpdateListenerHub hub)
-
Uses of PostInjection in org.apache.tapestry5.internal.jmx
Methods in org.apache.tapestry5.internal.jmx with annotations of type PostInjection Modifier and Type Method Description void
MBeanSupportImpl. listenForShutdown(RegistryShutdownHub hub)
-
Uses of PostInjection in org.apache.tapestry5.internal.jpa
Methods in org.apache.tapestry5.internal.jpa with annotations of type PostInjection Modifier and Type Method Description void
EntityManagerSourceImpl. listenForShutdown(RegistryShutdownHub hub)
-
Uses of PostInjection in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload with annotations of type PostInjection Modifier and Type Method Description void
PageLoaderImpl. setupInvalidation(InvalidationEventHub classesHub, InvalidationEventHub templatesHub, InvalidationEventHub messagesHub)
-
Uses of PostInjection in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services with annotations of type PostInjection Modifier and Type Method Description void
AssetSourceImpl. clearCacheWhenResourcesChange(ResourceChangeTracker tracker)
void
RequestPageCacheImpl. listenForThreadCleanup(PerthreadManager perthreadManager)
void
ComponentInstantiatorSourceImpl. listenForUpdates(UpdateListenerHub hub)
void
ComponentTemplateSourceImpl. registerAsUpdateListener(UpdateListenerHub hub)
void
ComponentClassCacheImpl. setupInvalidation(InvalidationEventHub hub)
void
MetaDataLocatorImpl. setupInvalidation(InvalidationEventHub invalidationEventHub)
void
PageActivationContextCollectorImpl. setupInvalidation(InvalidationEventHub invalidationEventHub)
void
PageSourceImpl. setupInvalidation(InvalidationEventHub classesHub, InvalidationEventHub templatesHub, InvalidationEventHub messagesHub, ResourceChangeTracker resourceChangeTracker)
void
ValueEncoderSourceImpl. setupInvalidation(InvalidationEventHub hub)
void
ComponentMessagesSourceImpl. setupReload(ReloadHelper reloadHelper)
void
ComponentTemplateSourceImpl. setupReload(ReloadHelper helper)
void
InternalComponentInvalidationEventHubImpl. setupReload(ReloadHelper helper)
-
Uses of PostInjection in org.apache.tapestry5.internal.services.assets
Methods in org.apache.tapestry5.internal.services.assets with annotations of type PostInjection Modifier and Type Method Description void
ResourceChangeTrackerImpl. registerWithUpdateListenerHub(UpdateListenerHub hub)
-
Uses of PostInjection in org.apache.tapestry5.internal.services.javascript
Methods in org.apache.tapestry5.internal.services.javascript with annotations of type PostInjection Modifier and Type Method Description void
ModuleManagerImpl. setupInvalidation(ResourceChangeTracker tracker)
-
Uses of PostInjection in org.apache.tapestry5.ioc.internal.services.cron
Methods in org.apache.tapestry5.ioc.internal.services.cron with annotations of type PostInjection Modifier and Type Method Description void
PeriodicExecutorImpl. start(RegistryShutdownHub hub)
-