Uses of Interface
org.apache.tapestry5.ioc.services.LazyAdvisor
Packages that use LazyAdvisor
Package
Description
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of LazyAdvisor in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement LazyAdvisor -
Uses of LazyAdvisor in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type LazyAdvisorModifier and TypeMethodDescriptionstatic void
TapestryModule.adviseLazy
(LazyAdvisor advisor, MethodAdviceReceiver receiver) Advises theComponentMessagesSource
service so that the creation ofMessages
instances can be deferred.