Package | Description |
---|---|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
ServiceAdvisor |
AdvisorDef.createAdvisor(ModuleBuilderSource moduleSource,
ServiceResources resources)
Creates an object that can provide the service advice (in the default case, by invoking the advise method on the
module class or instance).
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceAdvisorImpl |
Modifier and Type | Method and Description |
---|---|
ServiceAdvisor |
AdvisorDefImpl.createAdvisor(ModuleBuilderSource moduleSource,
ServiceResources resources) |
Modifier and Type | Method and Description |
---|---|
List<ServiceAdvisor> |
InternalRegistry.findAdvisorsForService(ServiceDef3 serviceDef)
Searches for advisors for a particular service, returning them in order of application.
|
List<ServiceAdvisor> |
RegistryImpl.findAdvisorsForService(ServiceDef3 serviceDef) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.