Uses of Interface
org.apache.tapestry5.ioc.def.ContributionDef
Packages that use ContributionDef
Package
Description
[INTERNAL USE ONLY] support classes for the Spring IOC; API subject to change
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 ContributionDef in org.apache.tapestry5.http.internal
Classes in org.apache.tapestry5.http.internal that implement ContributionDefModifier and TypeClassDescriptionclass
Partially implementsContributionDef
, providing empty implementations of the three contribute() methods.class
Makes a contribution to the SymbolSource service configuration.Methods in org.apache.tapestry5.http.internal that return types with arguments of type ContributionDefModifier and TypeMethodDescriptionSyntheticModuleDef.getContributionDefs()
Returns the configured set.Constructors in org.apache.tapestry5.http.internal with parameters of type ContributionDef -
Uses of ContributionDef in org.apache.tapestry5.internal.spring
Methods in org.apache.tapestry5.internal.spring that return types with arguments of type ContributionDefModifier and TypeMethodDescriptionSpringModuleDef.getContributionDefs()
Returns a contribution, "SpringBean", to the MasterObjectProvider service. -
Uses of ContributionDef in org.apache.tapestry5.ioc.def
Subinterfaces of ContributionDef in org.apache.tapestry5.ioc.defModifier and TypeInterfaceDescriptioninterface
Extended version ofContributionDef
introduced to determine any module method annotated withContribute
as a contributor method.interface
Starting in Tapestry 5.3, contributions could be optional.Methods in org.apache.tapestry5.ioc.def that return types with arguments of type ContributionDefModifier and TypeMethodDescriptionModuleDef.getContributionDefs()
Returns all the contribution definitions built/provided by this module. -
Uses of ContributionDef in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement ContributionDefMethods in org.apache.tapestry5.ioc.internal that return ContributionDefMethods in org.apache.tapestry5.ioc.internal that return types with arguments of type ContributionDefConstructors in org.apache.tapestry5.ioc.internal with parameters of type ContributionDefModifierConstructorDescriptionMappedConfigurationOverride
(ContributionDef contribDef, Map<K, V> configuration, K key, V overrideValue) ValidatingMappedConfigurationWrapper
(Class<V> expectedValueType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Map<K, V> map, Map<K, MappedConfigurationOverride<K, V>> overrides, String serviceId, ContributionDef contributionDef, Class<K> expectedKeyType, Map<K, ContributionDef> keyToContributor) ValidatingOrderedConfigurationWrapper
(Class<T> expectedType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Orderer<T> orderer, Map<String, org.apache.tapestry5.ioc.internal.OrderedConfigurationOverride<T>> overrides, ContributionDef contribDef) -
Uses of ContributionDef in org.apache.tapestry5.ioc.internal.util
Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ContributionDefModifier and TypeMethodDescriptionstatic ContributionDef2
InternalUtils.toContributionDef2
(ContributionDef contribution) static ContributionDef3
InternalUtils.toContributionDef3
(ContributionDef contribution) -
Uses of ContributionDef in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return ContributionDefModifier and TypeMethodDescriptionprotected final ContributionDef
IOCTestCase.mockContributionDef()
Deprecated.