Uses of Annotation Type
org.apache.tapestry5.ioc.annotations.PostInjection
Packages that use PostInjection
Package
Description
[INTERNAL USE ONLY] support classes for the
Dynamic
component; API subject to change[INTERNAL USE ONLY] support classes for the JMX module; API subject to change
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
[INTERNAL USE ONLY] internal service classes; API subject to change
[INTERNAL USE ONLY] asset support services; API subject to change
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
[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 PostInjectionModifier and TypeMethodDescriptionvoid
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 PostInjectionModifier and TypeMethodDescriptionvoid
StringInternerImpl.setupInvalidation
(InvalidationEventHub hub) -
Uses of PostInjection in org.apache.tapestry5.hibernate.internal
Methods in org.apache.tapestry5.hibernate.internal with annotations of type PostInjectionModifier and TypeMethodDescriptionvoid
HibernateSessionSourceImpl.listenForShutdown
(RegistryShutdownHub hub) -
Uses of PostInjection in org.apache.tapestry5.internal.dynamic
Methods in org.apache.tapestry5.internal.dynamic with annotations of type PostInjectionModifier and TypeMethodDescriptionvoid
DynamicTemplateParserImpl.registerAsUpdateListener
(UpdateListenerHub hub) -
Uses of PostInjection in org.apache.tapestry5.internal.jmx
Methods in org.apache.tapestry5.internal.jmx with annotations of type PostInjectionModifier and TypeMethodDescriptionvoid
MBeanSupportImpl.listenForShutdown
(RegistryShutdownHub hub) -
Uses of PostInjection in org.apache.tapestry5.internal.jpa
Methods in org.apache.tapestry5.internal.jpa with annotations of type PostInjectionModifier and TypeMethodDescriptionvoid
EntityManagerSourceImpl.listenForShutdown
(RegistryShutdownHub hub) -
Uses of PostInjection in org.apache.tapestry5.internal.pageload
Methods in org.apache.tapestry5.internal.pageload with annotations of type PostInjectionModifier and TypeMethodDescriptionvoid
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 PostInjectionModifier and TypeMethodDescriptionvoid
AssetSourceImpl.clearCacheWhenResourcesChange
(ResourceChangeTracker tracker) void
RequestPageCacheImpl.listenForThreadCleanup
(PerthreadManager perthreadManager, InvalidationEventHub classesHub) 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 PostInjectionModifier and TypeMethodDescriptionvoid
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 PostInjectionModifier and TypeMethodDescriptionvoid
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