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

Packages that use InjectionContext
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 InjectionContext in com.atlassian.pageobjects.binder
 

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

Uses of InjectionContext in com.atlassian.pageobjects.inject
 

Subinterfaces of InjectionContext in com.atlassian.pageobjects.inject
 interface ConfigurableInjectionContext
          Injection context that can be configured.
 

Uses of InjectionContext in com.atlassian.pageobjects.util
 

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



Copyright © 2013 Atlassian. All Rights Reserved.