Uses of Interface
org.apache.tapestry5.ioc.def.ContributionDef
-
Packages that use ContributionDef Package Description org.apache.tapestry5.http.internal org.apache.tapestry5.internal.spring [INTERNAL USE ONLY] support classes for the Spring IOC; API subject to changeorg.apache.tapestry5.ioc.def Tapestry IOC service definitionsorg.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 changeorg.apache.tapestry5.ioc.test -
-
Uses of ContributionDef in org.apache.tapestry5.http.internal
Classes in org.apache.tapestry5.http.internal that implement ContributionDef Modifier and Type Class Description class
AbstractContributionDef
Partially implementsContributionDef
, providing empty implementations of the three contribute() methods.class
SyntheticSymbolSourceContributionDef
Makes a contribution to the SymbolSource service configuration.Methods in org.apache.tapestry5.http.internal that return types with arguments of type ContributionDef Modifier and Type Method Description java.util.Set<ContributionDef>
SyntheticModuleDef. getContributionDefs()
Returns the configured set.Constructors in org.apache.tapestry5.http.internal with parameters of type ContributionDef Constructor Description SyntheticModuleDef(ContributionDef... contributionDefs)
-
Uses of ContributionDef in org.apache.tapestry5.internal.spring
Methods in org.apache.tapestry5.internal.spring that return types with arguments of type ContributionDef Modifier and Type Method Description java.util.Set<ContributionDef>
SpringModuleDef. 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.def Modifier and Type Interface Description interface
ContributionDef2
Extended version ofContributionDef
introduced to determine any module method annotated withContribute
as a contributor method.interface
ContributionDef3
Starting in Tapestry 5.3, contributions could be optional.Methods in org.apache.tapestry5.ioc.def that return types with arguments of type ContributionDef Modifier and Type Method Description java.util.Set<ContributionDef>
ModuleDef. 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 ContributionDef Modifier and Type Class Description class
ContributionDefImpl
Methods in org.apache.tapestry5.ioc.internal that return ContributionDef Modifier and Type Method Description ContributionDef
MappedConfigurationOverride. getContribDef()
Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ContributionDef Modifier and Type Method Description java.util.Set<ContributionDef>
DefaultModuleDefImpl. getContributionDefs()
Constructors in org.apache.tapestry5.ioc.internal with parameters of type ContributionDef Constructor Description MappedConfigurationOverride(ContributionDef contribDef, java.util.Map<K,V> configuration, K key, V overrideValue)
ValidatingMappedConfigurationWrapper(java.lang.Class<V> expectedValueType, ObjectLocator locator, TypeCoercerProxy typeCoercer, java.util.Map<K,V> map, java.util.Map<K,MappedConfigurationOverride<K,V>> overrides, java.lang.String serviceId, ContributionDef contributionDef, java.lang.Class<K> expectedKeyType, java.util.Map<K,ContributionDef> keyToContributor)
ValidatingOrderedConfigurationWrapper(java.lang.Class<T> expectedType, ObjectLocator locator, TypeCoercerProxy typeCoercer, Orderer<T> orderer, java.util.Map<java.lang.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 ContributionDef Modifier and Type Method Description static 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 ContributionDef Modifier and Type Method Description protected ContributionDef
IOCTestCase. mockContributionDef()
Deprecated.
-