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
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:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.jmeter.testelement.TestElementorg.apache.jmeter.testelement.TestElement.Companion
- 
Field SummaryFieldsFields inherited from interface org.apache.jmeter.testelement.TestElementCOMMENTS, Companion, ENABLED, GUI_CLASS, NAME, TEST_CLASS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()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.voidprocess()voidvoidvoidsetRegExRefName(String str) Methods inherited from class org.apache.jmeter.testelement.AbstractTestElementaddPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertyMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.testelement.TestElementget, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getPropertyOrNull, getProps, getSchema, getString, removed, removeProperty, set, set, set, set, set, set, set, set, set
- 
Field Details- 
REG_EX_REF_NAME- See Also:
 
- 
REG_EX_PARAM_NAMES_GR_NR- See Also:
 
- 
REG_EX_PARAM_VALUES_GR_NR- See Also:
 
 
- 
- 
Constructor Details- 
RegExUserParameterspublic RegExUserParameters()
 
- 
- 
Method Details- 
processpublic void process()- Specified by:
- processin interface- PreProcessor
 
- 
cloneA 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:
- clonein interface- org.apache.jmeter.testelement.TestElement
- Overrides:
- clonein class- AbstractTestElement
 
- 
setRegExRefName
- 
getRegExRefName
- 
setRegExParamNamesGrNr
- 
getRegParamNamesGrNr
- 
setRegExParamValuesGrNr
- 
getRegExParamValuesGrNr
 
-