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

Packages that use Registry
org.apache.tapestry5   
org.apache.tapestry5.internal   
org.apache.tapestry5.internal.spring   
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.test   
org.apache.tapestry5.test   
 

Uses of Registry in org.apache.tapestry5
 

Methods in org.apache.tapestry5 with parameters of type Registry
protected  void TapestryFilter.destroy(Registry registry)
          Invoked from TapestryFilter.destroy() to allow subclasses to add additional shutdown logic to the filter.
protected  void TapestryFilter.init(Registry registry)
          Invoked from TapestryFilter.init(FilterConfig) after the Registry has been created, to allow any additional initialization to occur.
 

Uses of Registry in org.apache.tapestry5.internal
 

Methods in org.apache.tapestry5.internal that return Registry
 Registry TapestryAppInitializer.createRegistry()
           
 

Uses of Registry in org.apache.tapestry5.internal.spring
 

Constructors in org.apache.tapestry5.internal.spring with parameters of type Registry
TapestyBeanFactory(org.springframework.beans.factory.BeanFactory parentBeanFactory, Registry registry)
           
 

Uses of Registry in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc that return Registry
 Registry RegistryBuilder.build()
          Constructs and returns the registry; this may only be done once.
static Registry IOCUtilities.buildDefaultRegistry()
          Construct a default Registry, including modules identifed via the Tapestry-Module-Classes Manifest entry.
 

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

Subinterfaces of Registry in org.apache.tapestry5.ioc.internal
 interface InternalRegistry
          Internal view of the module registry, adding additional methods needed by modules.
 

Classes in org.apache.tapestry5.ioc.internal that implement Registry
 class IOCInternalTestCase
           
 class RegistryImpl
           
 class RegistryWrapper
          A wrapper around InternalRegistry that exists to expand symbols in a service id before invoking ObjectLocator.getService(Class).
 

Uses of Registry in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return Registry
protected  Registry IOCTestCase.buildRegistry(Class... moduleClasses)
          Builds a Registry for the provided modules; caller should shutdown the Registry when done.
 

Uses of Registry in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return Registry
 Registry PageTester.getRegistry()
          Returns the Registry that was created for the application.
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.