Package io.hyperfoil.http.html
Interface HtmlHandler.TagHandlerBuilder<S extends HtmlHandler.TagHandlerBuilder<S>>
-
- All Superinterfaces:
io.hyperfoil.api.config.BuilderBase<S>
- All Known Implementing Classes:
EmbeddedResourceHandlerBuilder,MetaRefreshHandler.Builder,TagAttributeHandlerBuilder
- Enclosing class:
- HtmlHandler
public static interface HtmlHandler.TagHandlerBuilder<S extends HtmlHandler.TagHandlerBuilder<S>> extends io.hyperfoil.api.config.BuilderBase<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HtmlHandler.TagHandlerbuild()
-
-
-
Method Detail
-
build
HtmlHandler.TagHandler build()
-
-