| Package | Description |
|---|---|
| org.fluentlenium.core.inject |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContainerContext
Context for a container
|
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
DefaultContainerContext.getParent() |
ContainerContext |
ContainerContext.getParent()
Get the parent context.
|
ContainerContext[] |
FluentInjector.inject(Object... containers) |
ContainerContext[] |
FluentInjectControl.inject(Object... containers)
Inject array of object with FluentLenium resources.
|
ContainerContext |
FluentInjector.inject(Object container) |
ContainerContext |
FluentInjectControl.inject(Object container)
Inject object with FluentLenium resources.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
DefaultContainerInstanciator.newInstance(Class<T> cls,
ContainerContext context) |
<T> T |
ContainerInstanciator.newInstance(Class<T> cls,
ContainerContext context)
Creates a new instance of a container class and inject it.
|
void |
ContainerFluentControl.setContext(ContainerContext context)
Define the container context of this container fluent control interface.
|
| Constructor and Description |
|---|
ContainerFluentControl(FluentControl adapterControl,
ContainerContext context)
Creates a new container fluent control.
|
DefaultContainerContext(Object container,
ContainerContext parentContext,
org.openqa.selenium.SearchContext searchContext)
Creates a new container context, with a parent context and a search context
|
Copyright © 2016 FluentLenium. All Rights Reserved.