Package org.apache.jmeter.visualizers
Class RenderAsBoundaryExtractor
java.lang.Object
org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
- All Implemented Interfaces:
 ActionListener,EventListener,ResultRenderer
@AutoService(ResultRenderer.class)
public class RenderAsBoundaryExtractor
extends Object
implements ResultRenderer, ActionListener
Implement ResultsRender for Boundary Extractor tester
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDisplay the response as text or as rendered HTML.voidvoidinit()voidrenderImage(SampleResult sampleResult) voidrenderResult(SampleResult sampleResult) voidsetBackgroundColor(Color backGround) voidsetLastSelectedTab(int index) voidsetRightSide(JTabbedPane side) voidsetSamplerResult(Object userObject) voidtoString() 
- 
Constructor Details
- 
RenderAsBoundaryExtractor
public RenderAsBoundaryExtractor() 
 - 
 - 
Method Details
- 
actionPerformed
Display the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
 actionPerformedin interfaceActionListener- Parameters:
 e- the ActionEvent being processed
 - 
clearData
public void clearData()- Specified by:
 clearDatain interfaceResultRenderer
 - 
init
public void init()- Specified by:
 initin interfaceResultRenderer
 - 
setupTabPane
public void setupTabPane()- Specified by:
 setupTabPanein interfaceResultRenderer
 - 
setLastSelectedTab
public void setLastSelectedTab(int index) - Specified by:
 setLastSelectedTabin interfaceResultRenderer
 - 
setRightSide
- Specified by:
 setRightSidein interfaceResultRenderer
 - 
setSamplerResult
- Specified by:
 setSamplerResultin interfaceResultRenderer
 - 
renderResult
- Specified by:
 renderResultin interfaceResultRenderer
 - 
toString
- Specified by:
 toStringin interfaceResultRenderer- Overrides:
 toStringin classObject- Returns:
 - the string to be displayed by the ComboBox
 
 - 
renderImage
- Specified by:
 renderImagein interfaceResultRenderer
 - 
setBackgroundColor
- Specified by:
 setBackgroundColorin interfaceResultRenderer
 
 -