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

Packages that use Module
org.apache.tapestry5.ioc.internal   
 

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
RegistryImpl.getObject(java.lang.Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule)
           
<T> T
InternalRegistry.getObject(java.lang.Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, Module localModule)
          As with ObjectLocator.getObject(Class, org.apache.tapestry5.ioc.AnnotationProvider), but handles the Local annotation.
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type Module
ObjectLocatorImpl(InternalRegistry registry, Module module)
           
ServiceResourcesImpl(InternalRegistry registry, Module module, ServiceDef serviceDef, ClassFactory classFactory, org.slf4j.Logger logger)
           
 



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