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

Packages that use EagerLoadServiceProxy
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.services   
 

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

Method parameters in org.apache.tapestry5.ioc.internal with type arguments of type EagerLoadServiceProxy
 void ModuleImpl.collectEagerLoadServices(java.util.Collection<EagerLoadServiceProxy> proxies)
           
 void Module.collectEagerLoadServices(java.util.Collection<EagerLoadServiceProxy> proxies)
          Locates services with the EagerLoad annotation and generates proxies for them, then adds them to the proxies list for instantiation.
 

Uses of EagerLoadServiceProxy in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement EagerLoadServiceProxy
 class JustInTimeObjectCreator
          Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.