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
ConstructorDescriptionFind and instantiate all classes that extend RequestView and Create Request Panel -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clear data in all request viewgetPanel()
void
setSamplerResult
(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
- TheSampleResult
to be put in allRequestView
s
-
getPanel
- Returns:
- a tabbed panel for view request
-