| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Module. collectEagerLoadServices(Collection<EagerLoadServiceProxy> proxies)Locates services with the  EagerLoadannotation and generates proxies
 for them, then adds them to the proxies list for instantiation. | 
| void | ModuleImpl. collectEagerLoadServices(Collection<EagerLoadServiceProxy> proxies) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JustInTimeObjectCreator<T>Invoked from a fabricated service delegate to get or realize (instantiate and configure) the service implementation. | 
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.