Uses of Interface
org.apache.tapestry5.ioc.internal.EagerLoadServiceProxy
-
Packages that use EagerLoadServiceProxy Package Description org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.internal.services [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 EagerLoadServiceProxy Modifier and Type Method Description void
Module. collectEagerLoadServices(java.util.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(java.util.Collection<EagerLoadServiceProxy> proxies)
-
Uses of EagerLoadServiceProxy in org.apache.tapestry5.ioc.internal.services
Classes in org.apache.tapestry5.ioc.internal.services that implement EagerLoadServiceProxy Modifier and Type Class Description class
JustInTimeObjectCreator<T>
Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.
-