Uses of Interface
org.apache.tapestry5.ioc.internal.Module

Packages that use Module
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
 class ModuleImpl
           
 

Methods in org.apache.tapestry5.ioc.internal with parameters of type Module
<T> T
InternalRegistry.getObject(Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule)
          As with ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider), but handles the Local 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 Module
ObjectLocatorImpl(InternalRegistry registry, Module module)
           
ServiceResourcesImpl(InternalRegistry registry, Module module, ServiceDef3 serviceDef, PlasticProxyFactory proxyFactory, org.slf4j.Logger logger)
           
 



Copyright © 2003-2012 The Apache Software Foundation.