Uses of Class
io.fluentlenium.core.hook.HookDefinition
Packages that use HookDefinition
Package
Description
-
Uses of HookDefinition in io.fluentlenium.core.hook
Methods in io.fluentlenium.core.hook that return types with arguments of type HookDefinitionModifier and TypeMethodDescriptionList<HookDefinition<?>>HookControlImpl.getHookDefinitions()Get hook definitions.Stack<List<HookDefinition<?>>>HookControlImpl.getHookRestoreStack()Get hook restore stack.Method parameters in io.fluentlenium.core.hook with type arguments of type HookDefinitionModifier and TypeMethodDescriptionprotected voidHookControlImpl.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 voidHookControlImpl.removeHooksFromDefinitions(Collection<HookDefinition<?>> definitions, Class<? extends FluentHook>... hooksToRemove) Removes hooks from definitions.voidHookControlImpl.setHookRestoreStack(Stack<List<HookDefinition<?>>> hookRestoreStack) Set the hook restore stack. -
Uses of HookDefinition in io.fluentlenium.core.inject
Methods in io.fluentlenium.core.inject that return types with arguments of type HookDefinitionModifier 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
Fields in io.fluentlenium.core.proxy with type parameters of type HookDefinitionModifier and TypeFieldDescriptionprotected List<HookDefinition<?>>AbstractLocatorHandler.hookDefinitionsMethod parameters in io.fluentlenium.core.proxy with type arguments of type HookDefinitionModifier and TypeMethodDescriptionvoidAbstractLocatorHandler.setHooks(HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) voidLocatorHandler.setHooks(HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) Apply this hook list.static voidLocatorProxies.setHooks(Object proxy, HookChainBuilder hookChainBuilder, List<HookDefinition<?>> hookDefinitions) Apply this hook list.