Uses of Interface
org.apache.tapestry5.ioc.ServiceLifecycle2

Packages that use ServiceLifecycle2
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.util   
 

Uses of ServiceLifecycle2 in org.apache.tapestry5.ioc.internal
 

Classes in org.apache.tapestry5.ioc.internal that implement ServiceLifecycle2
 class SingletonServiceLifecycle
          The basic implementation of a service lifecycle, which simply uses the ObjectCreator to create an instance of the service when asked.
 

Methods in org.apache.tapestry5.ioc.internal that return ServiceLifecycle2
 ServiceLifecycle2 InternalRegistry.getServiceLifecycle(String scope)
          Returns a service lifecycle by service scope name.
 ServiceLifecycle2 RegistryImpl.getServiceLifecycle(String scope)
           
 

Uses of ServiceLifecycle2 in org.apache.tapestry5.ioc.internal.util
 

Methods in org.apache.tapestry5.ioc.internal.util that return ServiceLifecycle2
static ServiceLifecycle2 InternalUtils.toServiceLifecycle2(ServiceLifecycle lifecycle)
           
 



Copyright © 2003-2012 The Apache Software Foundation.