Uses of Interface
org.apache.tapestry5.ioc.def.ContributionDef2
Packages that use ContributionDef2
Package
Description
Tapestry IOC service definitions
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
[INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change
-
Uses of ContributionDef2 in org.apache.tapestry5.ioc.def
Subinterfaces of ContributionDef2 in org.apache.tapestry5.ioc.defModifier and TypeInterfaceDescriptioninterface
Starting in Tapestry 5.3, contributions could be optional. -
Uses of ContributionDef2 in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ContributionDef2Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ContributionDef2Modifier and TypeMethodDescriptionModule.getContributorDefsForService
(ServiceDef serviceDef) Finds any contributions that are targeted at the indicated service.ModuleImpl.getContributorDefsForService
(ServiceDef serviceDef) -
Uses of ContributionDef2 in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util that return ContributionDef2Modifier and TypeMethodDescriptionstatic ContributionDef2
InternalUtils.toContributionDef2
(ContributionDef contribution)