Uses of Interface
org.apache.tapestry5.ioc.ServiceLifecycle
Packages that use ServiceLifecycle
Package
Description
A code-centric, high-performance, simple Inversion of Control container
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
Tapestry IOC service interfaces
-
Uses of ServiceLifecycle in org.apache.tapestry5.ioc
Subinterfaces of ServiceLifecycle in org.apache.tapestry5.iocModifier and TypeInterfaceDescriptioninterface
Extension toServiceLifecycle
that adds an additional method. -
Uses of ServiceLifecycle in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ServiceLifecycleModifier and TypeClassDescriptionclass
The basic implementation of a service lifecycle, which simply uses theObjectCreator
to create an instance of the service when asked.Constructors in org.apache.tapestry5.ioc.internal with parameters of type ServiceLifecycleModifierConstructorDescriptionLifecycleWrappedServiceCreator
(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 ServiceLifecycleModifier and TypeClassDescriptionclass
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 ServiceLifecycleModifier and TypeMethodDescriptionstatic ServiceLifecycle2
InternalUtils.toServiceLifecycle2
(ServiceLifecycle lifecycle) -
Uses of ServiceLifecycle in org.apache.tapestry5.ioc.modules
Method parameters in org.apache.tapestry5.ioc.modules with type arguments of type ServiceLifecycleModifier and TypeMethodDescriptionstatic 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. -
Uses of ServiceLifecycle in org.apache.tapestry5.ioc.services
Methods in org.apache.tapestry5.ioc.services that return ServiceLifecycleModifier and TypeMethodDescriptionUsed to locate a configuration lifecycle, by name.