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

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

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(java.lang.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, java.lang.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(Class).
 

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

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



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