Package | Description |
---|---|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
Modifier and Type | Class and Description |
---|---|
class |
SingletonServiceLifecycle
The basic implementation of a service lifecycle, which simply uses the
ObjectCreator
to create an instance of the service when asked. |
Modifier and Type | Method and Description |
---|---|
ServiceLifecycle2 |
InternalRegistry.getServiceLifecycle(String scope)
Returns a service lifecycle by service scope name.
|
ServiceLifecycle2 |
RegistryImpl.getServiceLifecycle(String scope) |
Modifier and Type | Method and Description |
---|---|
static ServiceLifecycle2 |
InternalUtils.toServiceLifecycle2(ServiceLifecycle lifecycle) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.