Class RequestViewRaw

java.lang.Object
org.apache.jmeter.visualizers.RequestViewRaw
All Implemented Interfaces:
RequestView

@AutoService(RequestView.class) public class RequestViewRaw extends Object implements RequestView
(historical) Panel to view request data
  • Constructor Details

    • RequestViewRaw

      public RequestViewRaw()
  • Method Details

    • init

      public void init()
      request pane content
      Specified by:
      init in interface RequestView
    • clearData

      public void clearData()
      Description copied from interface: RequestView
      Clear all data in panel
      Specified by:
      clearData in interface RequestView
    • setSamplerResult

      public void setSamplerResult(Object objectResult)
      Description copied from interface: RequestView
      Put the result bean to display in panel
      Specified by:
      setSamplerResult in interface RequestView
      Parameters:
      objectResult - result to display
    • getPanel

      public JPanel getPanel()
      Description copied from interface: RequestView
      Get the panel
      Specified by:
      getPanel in interface RequestView
      Returns:
      the panel viewer
    • getLabel

      public String getLabel()
      Description copied from interface: RequestView
      Get the label. Use as name for bottom tab
      Specified by:
      getLabel in interface RequestView
      Returns:
      the label's panel