Package io.fluentlenium.core.inject
Interface ContainerContext
- All Known Implementing Classes:
DefaultContainerContext
public interface ContainerContext
Context for a container
-
Method Summary
Modifier and TypeMethodDescriptionGet the container related to this context.List<HookDefinition<?>>
Get the list of hook definitions attached to this context.Get the parent context.org.openqa.selenium.SearchContext
Get the search context of this container context.
-
Method Details
-
getContainer
Object getContainer()Get the container related to this context.- Returns:
- container
-
getParent
ContainerContext getParent()Get the parent context.- Returns:
- parent context
-
getSearchContext
org.openqa.selenium.SearchContext getSearchContext()Get the search context of this container context.- Returns:
- search context
-
getHookDefinitions
List<HookDefinition<?>> getHookDefinitions()Get the list of hook definitions attached to this context.- Returns:
- hook definitions list
-