Uses of Interface
org.apache.tapestry5.ioc.def.ModuleDef2
Packages that use ModuleDef2
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
-
Uses of ModuleDef2 in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ModuleDef2Modifier and TypeClassDescriptionclass
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).Constructor parameters in org.apache.tapestry5.ioc.internal with type arguments of type ModuleDef2ModifierConstructorDescriptionRegistryImpl
(Collection<ModuleDef2> moduleDefs, PlasticProxyFactory proxyFactory, LoggerSource loggerSource, OperationTracker operationTracker) Constructs the registry from a set of module definitions and other resources. -
Uses of ModuleDef2 in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util that return ModuleDef2 -
Uses of ModuleDef2 in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return ModuleDef2Modifier and TypeMethodDescriptionprotected final ModuleDef2
IOCTestCase.mockModuleDef2()
Deprecated.