org.apache.jmeter.protocol.http.control.gui
Class AjpSamplerGui
- JMeterGUIComponent, Printable
public class AjpSamplerGui
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
AjpSamplerGui
public AjpSamplerGui()
createTestElement
public TestElement createTestElement()
JMeter test components are separated into a model and a GUI
representation. The model holds the data and the GUI displays it. The GUI
class is responsible for knowing how to create and initialize with data
the model class that it knows how to display, and this method is called
when new test elements are created.
- createTestElement in interface JMeterGUIComponent
- createTestElement in interface HttpTestSampleGui
- the Test Element object that the GUI component represents.
getStaticLabel
public String getStaticLabel()
Get the component's label. This label is used in drop down lists that
give the user the option of choosing one type of component in a list of
many. It should therefore be a descriptive name for the end user to see.
It must be unique to the class.
It is also used by Help to find the appropriate location in the
documentation.
Normally getLabelResource() should be overridden instead of
this method; the definition of this method in AbstractJMeterGuiComponent
is intended for general use.
- getStaticLabel in interface JMeterGUIComponent
- getStaticLabel in interface AbstractJMeterGuiComponent
- GUI label for the component.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.