Package org.apache.jmeter.visualizers
Class RequestViewRaw
java.lang.Object
org.apache.jmeter.visualizers.RequestViewRaw
- All Implemented Interfaces:
RequestView
(historical) Panel to view request data
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
RequestViewRaw
public RequestViewRaw()
-
-
Method Details
-
init
public void init()request pane content- Specified by:
init
in interfaceRequestView
-
clearData
public void clearData()Description copied from interface:RequestView
Clear all data in panel- Specified by:
clearData
in interfaceRequestView
-
setSamplerResult
Description copied from interface:RequestView
Put the result bean to display in panel- Specified by:
setSamplerResult
in interfaceRequestView
- Parameters:
objectResult
- result to display
-
getPanel
Description copied from interface:RequestView
Get the panel- Specified by:
getPanel
in interfaceRequestView
- Returns:
- the panel viewer
-
getLabel
Description copied from interface:RequestView
Get the label. Use as name for bottom tab- Specified by:
getLabel
in interfaceRequestView
- Returns:
- the label's panel
-