|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ServiceLifecycle in org.apache.tapestry5.ioc |
|---|
| Subinterfaces of ServiceLifecycle in org.apache.tapestry5.ioc | |
|---|---|
interface |
ServiceLifecycle2
Extension to ServiceLifecycle that adds an additional method. |
| Uses of ServiceLifecycle in org.apache.tapestry5.ioc.internal |
|---|
| Classes in org.apache.tapestry5.ioc.internal that implement ServiceLifecycle | |
|---|---|
class |
SingletonServiceLifecycle
The basic implementation of a service lifecycle, which simply uses the ObjectCreator
to create an instance of the service when asked. |
| Constructors in org.apache.tapestry5.ioc.internal with parameters of type ServiceLifecycle | |
|---|---|
LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle,
ServiceResources resources,
ObjectCreator creator)
|
|
| Uses of ServiceLifecycle in org.apache.tapestry5.ioc.internal.services |
|---|
| Classes in org.apache.tapestry5.ioc.internal.services that implement ServiceLifecycle | |
|---|---|
class |
PerThreadServiceLifecycle
Allows a service to exist "per thread" (in each thread). |
| Uses of ServiceLifecycle in org.apache.tapestry5.ioc.internal.util |
|---|
| Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ServiceLifecycle | |
|---|---|
static ServiceLifecycle2 |
InternalUtils.toServiceLifecycle2(ServiceLifecycle lifecycle)
|
| Uses of ServiceLifecycle in org.apache.tapestry5.ioc.services |
|---|
| Methods in org.apache.tapestry5.ioc.services that return ServiceLifecycle | |
|---|---|
ServiceLifecycle |
ServiceLifecycleSource.get(String scope)
Used to locate a configuration lifecycle, by name. |
| Method parameters in org.apache.tapestry5.ioc.services with type arguments of type ServiceLifecycle | |
|---|---|
static ServiceLifecycleSource |
TapestryIOCModule.build(Map<String,ServiceLifecycle> configuration)
Provides access to additional service lifecycles. |
static void |
TapestryIOCModule.providePerthreadScope(MappedConfiguration<String,ServiceLifecycle> configuration)
Contributes the "perthread" scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||