Uses of Interface
org.apache.tapestry5.ioc.def.ContributionDef

Packages that use ContributionDef
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.test   
 

Uses of ContributionDef in org.apache.tapestry5.ioc.def
 

Subinterfaces of ContributionDef in org.apache.tapestry5.ioc.def
 interface ContributionDef2
          Extended version of ContributionDef introduced to determine any module method annotated with Contribute as a contributor method.
 

Methods in org.apache.tapestry5.ioc.def that return types with arguments of type ContributionDef
 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
 class ContributionDefImpl
           
 

Methods in org.apache.tapestry5.ioc.internal that return ContributionDef
 ContributionDef MappedConfigurationOverride.getContribDef()
           
 

Methods in org.apache.tapestry5.ioc.internal that return types with arguments of type ContributionDef
 java.util.Set<ContributionDef> DefaultModuleDefImpl.getContributionDefs()
           
 

Constructors in org.apache.tapestry5.ioc.internal with parameters of type ContributionDef
MappedConfigurationOverride(ContributionDef contribDef, java.util.Map<K,V> configuration, K key, V overrideValue)
           
ValidatingMappedConfigurationWrapper(java.lang.Class<V> expectedValueType, ObjectLocator locator, 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, Orderer<T> orderer, java.util.Map<java.lang.String,org.apache.tapestry5.ioc.internal.OrderedConfigurationOverride<T>> overrides, ContributionDef contribDef, java.lang.String serviceId)
           
 

Constructor parameters in org.apache.tapestry5.ioc.internal with type arguments of type ContributionDef
ValidatingMappedConfigurationWrapper(java.lang.Class<V> expectedValueType, ObjectLocator locator, 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)
           
 

Uses of ContributionDef in org.apache.tapestry5.ioc.internal.util
 

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type ContributionDef
static ContributionDef2 InternalUtils.toContributionDef2(ContributionDef contribution)
           
 

Uses of ContributionDef in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return ContributionDef
protected  ContributionDef IOCTestCase.mockContributionDef()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.