Uses of Interface
org.apache.tapestry5.ioc.internal.EagerLoadServiceProxy
Packages that use EagerLoadServiceProxy
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
-
Uses of EagerLoadServiceProxy in org.apache.tapestry5.ioc.internal
Method parameters in org.apache.tapestry5.ioc.internal with type arguments of type EagerLoadServiceProxyModifier and TypeMethodDescriptionvoid
Module.collectEagerLoadServices
(Collection<EagerLoadServiceProxy> proxies) Locates services with theEagerLoad
annotation and generates proxies for them, then adds them to the proxies list for instantiation.void
ModuleImpl.collectEagerLoadServices
(Collection<EagerLoadServiceProxy> proxies) -
Uses of EagerLoadServiceProxy in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement EagerLoadServiceProxyModifier and TypeClassDescriptionclass
Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.