Package org.apache.jmeter.visualizers
Class RequestViewRaw
- java.lang.Object
-
- org.apache.jmeter.visualizers.RequestViewRaw
-
- All Implemented Interfaces:
RequestView
public class RequestViewRaw extends Object implements RequestView
(historical) Panel to view request data
-
-
Constructor Summary
Constructors Constructor Description RequestViewRaw()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearData()
Clear all data in panelString
getLabel()
Get the label.JPanel
getPanel()
Get the panelvoid
init()
request pane contentvoid
setSamplerResult(Object objectResult)
Put the result bean to display in panel
-
-
-
Method Detail
-
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
public void setSamplerResult(Object objectResult)
Description copied from interface:RequestView
Put the result bean to display in panel- Specified by:
setSamplerResult
in interfaceRequestView
- Parameters:
objectResult
- result to display
-
getPanel
public JPanel getPanel()
Description copied from interface:RequestView
Get the panel- Specified by:
getPanel
in interfaceRequestView
- Returns:
- the panel viewer
-
getLabel
public String 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
-
-