Uses of Class
io.fluentlenium.core.hook.HookDefinition
Package
Description
-
Uses of HookDefinition in io.fluentlenium.core.hook
Modifier and TypeMethodDescriptionList<HookDefinition<?>>
HookControlImpl.getHookDefinitions()
Get hook definitions.Stack<List<HookDefinition<?>>>
HookControlImpl.getHookRestoreStack()
Get hook restore stack.Modifier and TypeMethodDescriptionprotected void
HookControlImpl.applyHooks
(Object proxy, HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) Apply defined hooks on the proxy.DefaultHookChainBuilder.build
(Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator, Supplier<String> toStringSupplier, List<HookDefinition<?>> hooks) HookChainBuilder.build
(Supplier<org.openqa.selenium.WebElement> elementSupplier, Supplier<org.openqa.selenium.support.pagefactory.ElementLocator> locator, Supplier<String> toStringSupplier, List<HookDefinition<?>> hooks) Build the hook chain.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. -
Uses of HookDefinition in io.fluentlenium.core.inject
Modifier and TypeMethodDescriptionList<HookDefinition<?>>
ContainerContext.getHookDefinitions()
Get the list of hook definitions attached to this context.List<HookDefinition<?>>
DefaultContainerContext.getHookDefinitions()
-
Uses of HookDefinition in io.fluentlenium.core.proxy
Modifier and TypeFieldDescriptionprotected List<HookDefinition<?>>
AbstractLocatorHandler.hookDefinitions
Modifier and TypeMethodDescriptionvoid
AbstractLocatorHandler.setHooks
(HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) void
LocatorHandler.setHooks
(HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) Apply this hook list.static void
LocatorProxies.setHooks
(Object proxy, HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) Apply this hook list.