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 |
ModuleImpl.collectEagerLoadServices(Collection<EagerLoadServiceProxy> proxies) |
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. |
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.