com.atlassian.pageobjects.inject
Interface ConfigurableInjectionContext

All Superinterfaces:
InjectionContext
All Known Implementing Classes:
InjectPageBinder

@ExperimentalApi
public interface ConfigurableInjectionContext
extends InjectionContext

Injection context that can be configured.

Since:
1.2

Method Summary
 InjectionConfiguration configure()
          Get an injection configuration object that may be used to add/override objects in this injection context.
 
Methods inherited from interface com.atlassian.pageobjects.inject.InjectionContext
getInstance, injectMembers, injectStatic
 

Method Detail

configure

@Nonnull
InjectionConfiguration configure()
Get an injection configuration object that may be used to add/override objects in this injection context.

Returns:
injection configuration associated with this context
See Also:
InjectionConfiguration


Copyright © 2014 Atlassian. All rights reserved.