Package | Description |
---|---|
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.internal.util |
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContributionDef3
Starting in Tapestry 5.3, contributions could be optional.
|
Modifier and Type | Class and Description |
---|---|
class |
ContributionDefImpl |
Modifier and Type | Method and Description |
---|---|
Set<ContributionDef2> |
ModuleImpl.getContributorDefsForService(ServiceDef serviceDef) |
Set<ContributionDef2> |
Module.getContributorDefsForService(ServiceDef serviceDef)
Finds any contributions that are targeted at the indicated service.
|
Modifier and Type | Method and Description |
---|---|
static ContributionDef2 |
InternalUtils.toContributionDef2(ContributionDef contribution) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.