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

Packages that use ObjectProvider
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
 

Uses of ObjectProvider in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement ObjectProvider
 class AutobuildObjectProvider
          Checks for the Autobuild annotation and, if so invokes ObjectLocator.autobuild(Class) on it.
 class SymbolObjectProvider
          Performs an injection based on a Symbol annotation.
 class ValueObjectProvider
          Provides an object when the Value annotation is present.
 

Methods in org.apache.tapestry5.ioc.internal.services that return ObjectProvider
 ObjectProvider ServiceOverrideImpl.getServiceOverrideProvider()
           
 

Constructor parameters in org.apache.tapestry5.ioc.internal.services with type arguments of type ObjectProvider
MasterObjectProviderImpl(java.util.List<ObjectProvider> configuration, OperationTracker tracker)
           
 

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

Methods in org.apache.tapestry5.ioc.services that return ObjectProvider
 ObjectProvider ServiceOverride.getServiceOverrideProvider()
          Returns a provider based on the configuration; this is wired into the MasterObjectProvider's configuration.
 

Method parameters in org.apache.tapestry5.ioc.services with type arguments of type ObjectProvider
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. Value Supports the Value annotation Symbol Supports the Symbol annotations Autobuild Supports the Autobuild annotation ServiceOverride Allows simple service overrides via the ServiceOverride service (and its configuration)
 

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

Methods in org.apache.tapestry5.ioc.test that return ObjectProvider
protected  ObjectProvider IOCTestCase.mockObjectProvider()
           
 

Methods in org.apache.tapestry5.ioc.test with parameters of type ObjectProvider
protected
<T> void
IOCTestCase.train_provide(ObjectProvider provider, java.lang.Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator, T object)
           
 



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