| Package | Description |
|---|---|
| org.fluentlenium.core.hook | |
| org.fluentlenium.core.inject | |
| org.fluentlenium.core.proxy |
| Modifier and Type | Method and Description |
|---|---|
List<HookDefinition<?>> |
HookControlImpl.getHookDefinitions()
Get hook definitions.
|
Stack<List<HookDefinition<?>>> |
HookControlImpl.getHookRestoreStack()
Get hook restore stack.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HookControlImpl.applyHooks(Object proxy,
HookChainBuilder hookChainBuilder,
List<HookDefinition<?>> hookDefinitions)
Apply defined hooks on the proxy.
|
List<FluentHook> |
HookChainBuilder.build(com.google.common.base.Supplier<org.openqa.selenium.WebElement> elementSupplier,
com.google.common.base.Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator,
com.google.common.base.Supplier<String> toStringSupplier,
List<HookDefinition<?>> hooks)
Build the hook chain.
|
List<FluentHook> |
DefaultHookChainBuilder.build(com.google.common.base.Supplier<org.openqa.selenium.WebElement> elementSupplier,
com.google.common.base.Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator,
com.google.common.base.Supplier<String> toStringSupplier,
List<HookDefinition<?>> hooks) |
static void |
HookControlImpl.removeHooksFromDefinitions(Collection<HookDefinition<?>> definitions,
Class<? extends FluentHook>... hooksToRemove)
Removes hooks from definitions.
|
void |
HookControlImpl.setHookRestoreStack(Stack<List<HookDefinition<?>>> hookRestoreStack)
Set the hook restore stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<HookDefinition<?>> |
DefaultContainerContext.getHookDefinitions() |
List<HookDefinition<?>> |
ContainerContext.getHookDefinitions()
Get the list of hook definitions attached to this context.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HookDefinition<?>> |
AbstractLocatorHandler.hookDefinitions |
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorHandler.setHooks(HookChainBuilder hookChainBuilder,
List<HookDefinition<?>> hookDefinitions)
Apply this hook list.
|
void |
AbstractLocatorHandler.setHooks(HookChainBuilder hookChainBuilder,
List<HookDefinition<?>> hookDefinitions) |
static void |
LocatorProxies.setHooks(Object proxy,
HookChainBuilder hookChainBuilder,
List<HookDefinition<?>> hookDefinitions)
Apply this hook list.
|
Copyright © 2016 FluentLenium. All Rights Reserved.