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

Packages that use Registry
org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework. 
org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change. 
org.apache.tapestry5.internal.spring [INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change 
org.apache.tapestry5.ioc A code-centric, high-performance, simple Inversion of Control container 
org.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. 
org.apache.tapestry5.ioc.test Classes supporting testing of Tapestry IOC services 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

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
TapestryBeanFactory(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 RegistryBuilder.buildAndStartupRegistry(Class... moduleClasses)
          Constructs the registry, adds a number of modules (as module classes) to the registry and performs registry startup.
static Registry RegistryBuilder.buildAndStartupRegistry(ModuleDef moduleDef, Class... moduleClasses)
          Constructs the registry, adds a ModuleDef and a number of modules (as module classes) to the registry and performs registry startup.
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 RegistryImpl
           
 class RegistryWrapper
          A wrapper around InternalRegistry that exists to expand symbols in a service id before invoking ObjectLocator.getService(String, 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 © 2003-2012 The Apache Software Foundation.