Uses of Interface
org.apache.tapestry5.ioc.internal.EagerLoadServiceProxy

Packages that use EagerLoadServiceProxy
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
 void Module.collectEagerLoadServices(Collection<EagerLoadServiceProxy> proxies)
          Locates services with the EagerLoad 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 EagerLoadServiceProxy
 class JustInTimeObjectCreator<T>
          Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.
 



Copyright © 2003-2012 The Apache Software Foundation.