Uses of Interface
org.apache.tapestry5.ioc.OrderedConfiguration

Packages that use OrderedConfiguration
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
 

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

Methods in org.apache.tapestry5.ioc.def with parameters of type OrderedConfiguration
 void ContributionDef.contribute(ModuleBuilderSource moduleSource, ServiceResources resources, OrderedConfiguration configuration)
          Performs the work needed to contribute into the ordered configuration.
 

Uses of OrderedConfiguration in org.apache.tapestry5.ioc.internal
 

Classes in org.apache.tapestry5.ioc.internal that implement OrderedConfiguration
 class ValidatingOrderedConfigurationWrapper<T>
          Wraps a List as a OrderedConfiguration, implementing validation of values provided to an OrderedConfiguration.
 

Methods in org.apache.tapestry5.ioc.internal with parameters of type OrderedConfiguration
 void ContributionDefImpl.contribute(ModuleBuilderSource moduleSource, ServiceResources resources, OrderedConfiguration configuration)
           
 

Uses of OrderedConfiguration in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services with parameters of type OrderedConfiguration
static void TapestryIOCModule.setupObjectProviders(OrderedConfiguration<ObjectProvider> configuration, ServiceOverride serviceOverride)
           AnnotationBasedContributions Empty placeholder used to seperate annotation-based ObjectProvider contributions (which come before) from non-annotation based (ServiceOverride here, Alias in tapestry-core) which come after.
static void TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           
 

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

Methods in org.apache.tapestry5.ioc.test that return OrderedConfiguration
protected
<T> OrderedConfiguration<T>
IOCTestCase.mockOrderedConfiguration()
           
 



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