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