Interface EditorPane
public interface EditorPane
Represents an editable pane allowing content to be modified in Repeater.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Find all instances of the specified text and replace them with the given replacement text.void
Replace the contents of the editor with the specified Burp ByteArray.void
Sets the contents of the editor using an arbitrary object.void
Replace the contents of the editor with the specified text.
-
Method Details
-
set
Replace the contents of the editor with the specified text.- Parameters:
contents
- The new content as a plain string.
-
set
-
set
Sets the contents of the editor using an arbitrary object. The object’stoString()
method will be used to obtain the contents.- Parameters:
contents
- An object whosetoString()
result will be set as the editor contents.
-
replace
-