Uses of Interface
org.apache.tapestry5.ioc.internal.Module
Packages that use Module
Package
Description
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
-
Uses of Module in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ModuleMethods in org.apache.tapestry5.ioc.internal with parameters of type ModuleModifier and TypeMethodDescription<T> T
InternalRegistry.getObject
(Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule) As withObjectLocator.getObject(Class, org.apache.tapestry5.commons.AnnotationProvider)
, but handles theLocal
annotation.<T> T
RegistryImpl.getObject
(Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule) Constructors in org.apache.tapestry5.ioc.internal with parameters of type ModuleModifierConstructorDescriptionObjectLocatorImpl
(InternalRegistry registry, Module module) ServiceResourcesImpl
(InternalRegistry registry, Module module, ServiceDef3 serviceDef, PlasticProxyFactory proxyFactory, org.slf4j.Logger logger)