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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RequestViewRawpublic RequestViewRaw()
 
- 
- 
Method Details- 
initpublic void init()request pane content- Specified by:
- initin interface- RequestView
 
- 
clearDatapublic void clearData()Description copied from interface:RequestViewClear all data in panel- Specified by:
- clearDatain interface- RequestView
 
- 
setSamplerResultDescription copied from interface:RequestViewPut the result bean to display in panel- Specified by:
- setSamplerResultin interface- RequestView
- Parameters:
- objectResult- result to display
 
- 
getPanelDescription copied from interface:RequestViewGet the panel- Specified by:
- getPanelin interface- RequestView
- Returns:
- the panel viewer
 
- 
getLabelDescription copied from interface:RequestViewGet the label. Use as name for bottom tab- Specified by:
- getLabelin interface- RequestView
- Returns:
- the label's panel
 
 
-