Class LifecycleWrappedServiceCreator
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.LifecycleWrappedServiceCreator
 
 
- 
- All Implemented Interfaces:
 ObjectCreator
public class LifecycleWrappedServiceCreator extends Object implements ObjectCreator
Wrapper around a lifecycle, a set of resources for a service, and an underlyingObjectCreatorfor 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
Constructors Constructor Description LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle, ServiceResources resources, ObjectCreator creator) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcreateObject()Passes the resources and the service creator through theServiceLifecycle. 
 - 
 
- 
- 
Constructor Detail
- 
LifecycleWrappedServiceCreator
public LifecycleWrappedServiceCreator(ServiceLifecycle lifecycle, ServiceResources resources, ObjectCreator creator)
 
 - 
 
- 
Method Detail
- 
createObject
public Object createObject()
Passes the resources and the service creator through theServiceLifecycle.- Specified by:
 createObjectin interfaceObjectCreator
 
 - 
 
 -