Class LifecycleWrappedServiceCreator
java.lang.Object
org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator
- All Implemented Interfaces:
ObjectCreator
Wrapper around a lifecycle, a set of resources for a service, and an underlying
ObjectCreator
for a service
that allows the service lifecycle to alter the way that the service is created (this is needed for the more advanced,
non-singleton types of service lifecycles).-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleWrappedServiceCreator
(ServiceLifecycle lifecycle, ServiceResources resources, ObjectCreator creator) -
Method Summary
Modifier and TypeMethodDescriptionPasses the resources and the service creator through theServiceLifecycle
.
-
Constructor Details
-
LifecycleWrappedServiceCreator
public LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle, ServiceResources resources, ObjectCreator creator)
-
-
Method Details
-
createObject
Passes the resources and the service creator through theServiceLifecycle
.- Specified by:
createObject
in interfaceObjectCreator
-