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