Package org.apache.jmeter.visualizers
Class RequestPanel
java.lang.Object
org.apache.jmeter.visualizers.RequestPanel
Manipulate all classes which implements request view panel interface
 and return a super panel with a bottom tab list of this classes
- 
Constructor Summary
ConstructorsConstructorDescriptionFind and instantiate all classes that extend RequestView and Create Request Panel - 
Method Summary
Modifier and TypeMethodDescriptionvoidClear data in all request viewgetPanel()voidsetSamplerResult(SampleResult samplerResult) Put SamplerResult in all request view 
- 
Constructor Details
- 
RequestPanel
public RequestPanel()Find and instantiate all classes that extend RequestView and Create Request Panel 
 - 
 - 
Method Details
- 
clearData
public void clearData()Clear data in all request view - 
setSamplerResult
Put SamplerResult in all request view- Parameters:
 samplerResult- TheSampleResultto be put in allRequestViews
 - 
getPanel
- Returns:
 - a tabbed panel for view request
 
 
 -