Uses of Interface
org.apache.tapestry5.ioc.def.ModuleDef

Packages that use ModuleDef
org.apache.tapestry5.ioc   
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.test   
 

Uses of ModuleDef in org.apache.tapestry5.ioc
 

Methods in org.apache.tapestry5.ioc with parameters of type ModuleDef
 RegistryBuilder RegistryBuilder.add(ModuleDef moduleDef)
          Adds a ModuleDef to the registry, returning the builder for further configuration.
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.
 

Uses of ModuleDef in org.apache.tapestry5.ioc.def
 

Subinterfaces of ModuleDef in org.apache.tapestry5.ioc.def
 interface ModuleDef2
          Extended version of ModuleDef introduced in Tapestry 5.1 to allow for service advisors (an improvement on service decorators).
 

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

Classes in org.apache.tapestry5.ioc.internal that implement ModuleDef
 class DefaultModuleDefImpl
          Starting from the Class for a module, identifies all the services (service builder methods), decorators (service decorator methods) and (not yet implemented) contributions (service contributor methods).
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type ModuleDef
ModuleImpl(InternalRegistry registry, ServiceActivityTracker tracker, ModuleDef moduleDef, ClassFactory classFactory, org.slf4j.Logger logger)
           
 

Constructor parameters in org.apache.tapestry5.ioc.internal with type arguments of type ModuleDef
RegistryImpl(java.util.Collection<ModuleDef> moduleDefs, ClassFactory classFactory, LoggerSource loggerSource)
          Constructs the registry from a set of module definitions and other resources.
 

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

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ModuleDef
static ModuleDef2 InternalUtils.toModuleDef2(ModuleDef md)
           
 

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

Methods in org.apache.tapestry5.ioc.test that return ModuleDef
protected  ModuleDef IOCTestCase.mockModuleDef()
           
 



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