Class RegExUserParameters

java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.protocol.http.modifier.RegExUserParameters
All Implemented Interfaces:
Serializable, Cloneable, Searchable, PreProcessor, org.apache.jmeter.testelement.TestElement

public class RegExUserParameters extends AbstractTestElement implements Serializable, PreProcessor
This component allows you to specify reference name of a regular expression that extracts names and values of HTTP request parameters. Regular expression group numbers must be specified for parameter's name and also for parameter's value. Replacement will only occur for parameters in the Sampler that uses this RegEx User Parameters which name matches
See Also:
  • Field Details

  • Constructor Details

    • RegExUserParameters

      public RegExUserParameters()
  • Method Details

    • process

      public void process()
      Specified by:
      process in interface PreProcessor
    • clone

      public Object clone()
      A new instance is created for each thread group, and the clone() method is then called to create copies for each thread in a thread group.
      Specified by:
      clone in interface org.apache.jmeter.testelement.TestElement
      Overrides:
      clone in class AbstractTestElement
    • setRegExRefName

      public void setRegExRefName(String str)
    • getRegExRefName

      public String getRegExRefName()
    • setRegExParamNamesGrNr

      public void setRegExParamNamesGrNr(String str)
    • getRegParamNamesGrNr

      public String getRegParamNamesGrNr()
    • setRegExParamValuesGrNr

      public void setRegExParamValuesGrNr(String str)
    • getRegExParamValuesGrNr

      public String getRegExParamValuesGrNr()