Package | Description |
---|---|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
Modifier and Type | Class and Description |
---|---|
class |
ModuleImpl |
Modifier and Type | Method and Description |
---|---|
<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) |
Constructor and Description |
---|
ObjectLocatorImpl(InternalRegistry registry,
Module module) |
ServiceResourcesImpl(InternalRegistry registry,
Module module,
ServiceDef3 serviceDef,
PlasticProxyFactory proxyFactory,
org.slf4j.Logger logger) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.