Uses of Interface
com.atlassian.pageobjects.inject.InjectionConfiguration

Packages that use InjectionConfiguration
com.atlassian.pageobjects.binder The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. 
com.atlassian.pageobjects.inject   
 

Uses of InjectionConfiguration in com.atlassian.pageobjects.binder
 

Methods in com.atlassian.pageobjects.binder that return InjectionConfiguration
 InjectionConfiguration InjectPageBinder.configure()
           
 

Uses of InjectionConfiguration in com.atlassian.pageobjects.inject
 

Classes in com.atlassian.pageobjects.inject that implement InjectionConfiguration
 class AbstractInjectionConfiguration
          Abstract implementation of InjectionConfiguration.
 

Methods in com.atlassian.pageobjects.inject that return InjectionConfiguration
<I> InjectionConfiguration
AbstractInjectionConfiguration.addImplementation(java.lang.Class<I> interfaceType, java.lang.Class<? extends I> implementationType)
           
<I> InjectionConfiguration
InjectionConfiguration.addImplementation(java.lang.Class<I> interfaceType, java.lang.Class<? extends I> implementationType)
          Add mapping from interface to a concrete implementation.
<C,I extends C>
InjectionConfiguration
AbstractInjectionConfiguration.addSingleton(java.lang.Class<C> type, I instance)
           
<C,I extends C>
InjectionConfiguration
InjectionConfiguration.addSingleton(java.lang.Class<C> type, I instance)
          Add mapping from a type to a singleton instance of this type that shall be used for injection in given context.
 InjectionConfiguration ConfigurableInjectionContext.configure()
          Get an injection configuration object that may be used to add/override objects in this injection context.
 



Copyright © 2013 Atlassian. All Rights Reserved.