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 voidclearData()Clear all data in panelStringgetLabel()Get the label.JPanelgetPanel()Get the panelvoidinit()request pane contentvoidsetSamplerResult(Object objectResult)Put the result bean to display in panel
-
-
-
Method Detail
-
init
public void init()
request pane content- Specified by:
initin interfaceRequestView
-
clearData
public void clearData()
Description copied from interface:RequestViewClear all data in panel- Specified by:
clearDatain interfaceRequestView
-
setSamplerResult
public void setSamplerResult(Object objectResult)
Description copied from interface:RequestViewPut the result bean to display in panel- Specified by:
setSamplerResultin interfaceRequestView- Parameters:
objectResult- result to display
-
getPanel
public JPanel getPanel()
Description copied from interface:RequestViewGet the panel- Specified by:
getPanelin interfaceRequestView- Returns:
- the panel viewer
-
getLabel
public String getLabel()
Description copied from interface:RequestViewGet the label. Use as name for bottom tab- Specified by:
getLabelin interfaceRequestView- Returns:
- the label's panel
-
-