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 RegistryImpl.getServiceLifecycle(java.lang.String scope)
           
 ServiceLifecycle2 InternalRegistry.getServiceLifecycle(java.lang.String scope)
          Returns a service lifecycle by service scope name.
 

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 © 2006-2010 Apache Software Foundation. All Rights Reserved.