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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RequestViewRaw
public RequestViewRaw() 
 - 
 - 
Method Details
- 
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
Description copied from interface:RequestViewPut the result bean to display in panel- Specified by:
 setSamplerResultin interfaceRequestView- Parameters:
 objectResult- result to display
 - 
getPanel
Description copied from interface:RequestViewGet the panel- Specified by:
 getPanelin interfaceRequestView- Returns:
 - the panel viewer
 
 - 
getLabel
Description copied from interface:RequestViewGet the label. Use as name for bottom tab- Specified by:
 getLabelin interfaceRequestView- Returns:
 - the label's panel
 
 
 -