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

Packages that use ConfigurableInjectionContext
com.atlassian.pageobjects.binder The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. 
com.atlassian.pageobjects.inject   
com.atlassian.pageobjects.util Utilities to be used when implementing page objects and extensions to the page object api 
 

Uses of ConfigurableInjectionContext in com.atlassian.pageobjects.binder
 

Classes in com.atlassian.pageobjects.binder that implement ConfigurableInjectionContext
 class InjectPageBinder
          Page navigator that builds page objects from classes, then injects them with dependencies and calls lifecycle methods.
 

Uses of ConfigurableInjectionContext in com.atlassian.pageobjects.inject
 

Methods in com.atlassian.pageobjects.inject that return ConfigurableInjectionContext
 ConfigurableInjectionContext InjectionConfiguration.finish()
          

Finish the configuration and retrieve the resulting injection context instance.

 

Uses of ConfigurableInjectionContext in com.atlassian.pageobjects.util
 

Methods in com.atlassian.pageobjects.util that return ConfigurableInjectionContext
static ConfigurableInjectionContext InjectingTestedProducts.asConfigurableInjectionContext(TestedProduct<?> product)
          Returns configurable injection context associated with given product.
 



Copyright © 2013 Atlassian. All Rights Reserved.