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 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).