Uses of Interface
io.hyperfoil.http.html.HtmlHandler.TagHandlerBuilder
-
Packages that use HtmlHandler.TagHandlerBuilder Package Description io.hyperfoil.http.html -
-
Uses of HtmlHandler.TagHandlerBuilder in io.hyperfoil.http.html
Classes in io.hyperfoil.http.html with type parameters of type HtmlHandler.TagHandlerBuilder Modifier and Type Interface Description static interfaceHtmlHandler.TagHandlerBuilder<S extends HtmlHandler.TagHandlerBuilder<S>>Classes in io.hyperfoil.http.html that implement HtmlHandler.TagHandlerBuilder Modifier and Type Class Description classEmbeddedResourceHandlerBuilderHandles<img src="...">,<link href="...">,<embed src="...">,<frame src="...">,<iframe src="...">,<object data="...">and<script src="...">.static classMetaRefreshHandler.BuilderclassTagAttributeHandlerBuilderMethods in io.hyperfoil.http.html with parameters of type HtmlHandler.TagHandlerBuilder Modifier and Type Method Description HtmlHandler.BuilderHtmlHandler.Builder. handler(HtmlHandler.TagHandlerBuilder<?> handler)
-