Uses of Class
io.hyperfoil.http.html.TagAttributeHandlerBuilder
-
Packages that use TagAttributeHandlerBuilder Package Description io.hyperfoil.http.html -
-
Uses of TagAttributeHandlerBuilder in io.hyperfoil.http.html
Methods in io.hyperfoil.http.html that return TagAttributeHandlerBuilder Modifier and Type Method Description TagAttributeHandlerBuilderTagAttributeHandlerBuilder. attribute(java.lang.String attribute)Name of the attribute in this element you want to process, e.g.TagAttributeHandlerBuilderHtmlHandler.Builder. onTagAttribute()TagAttributeHandlerBuilderTagAttributeHandlerBuilder. tag(java.lang.String tag)Name of the tag this handler should look for, e.g.Methods in io.hyperfoil.http.html that return types with arguments of type TagAttributeHandlerBuilder Modifier and Type Method Description MultiProcessor.Builder<TagAttributeHandlerBuilder,?>TagAttributeHandlerBuilder. processors()StoreShortcuts<TagAttributeHandlerBuilder>TagAttributeHandlerBuilder. storeShortcuts()
-