Uses of Interface
org.apache.tapestry5.ioc.internal.Module
-
Packages that use Module Package Description org.apache.tapestry5.ioc.internal [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 Module Modifier and Type Class Description class
ModuleImpl
Methods in org.apache.tapestry5.ioc.internal with parameters of type Module Modifier and Type Method Description <T> T
InternalRegistry. getObject(java.lang.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(java.lang.Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule)
Constructors in org.apache.tapestry5.ioc.internal with parameters of type Module Constructor Description ObjectLocatorImpl(InternalRegistry registry, Module module)
ServiceResourcesImpl(InternalRegistry registry, Module module, ServiceDef3 serviceDef, PlasticProxyFactory proxyFactory, org.slf4j.Logger logger)
-