Class URLRewritingModifier
-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Cloneable
,org.apache.jmeter.gui.Searchable
,org.apache.jmeter.processor.PreProcessor
,org.apache.jmeter.testelement.TestElement
public class URLRewritingModifier extends AbstractTestElement implements Serializable, PreProcessor
-
-
Field Summary
Fields Modifier and Type Field Description public transient JMeterContext
threadContext
public transient String
threadName
public final static TestElement.Companion
Companion
public final static String
NAME
public final static String
GUI_CLASS
public final static String
ENABLED
public final static String
TEST_CLASS
public final static String
COMMENTS
-
Constructor Summary
Constructors Constructor Description URLRewritingModifier()
-
Method Summary
Modifier and Type Method Description void
process()
void
setArgumentName(String argName)
String
getArgumentName()
void
setPathExtension(boolean pathExt)
void
setPathExtensionNoEquals(boolean pathExtNoEquals)
void
setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
void
setShouldCache(boolean b)
boolean
isPathExtension()
boolean
isPathExtensionNoEquals()
boolean
isPathExtensionNoQuestionmark()
boolean
shouldCache()
boolean
encode()
void
setEncode(boolean b)
-
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addTestElement, canRemove, clear, clearTestElementChildren, clone, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse
-
Methods inherited from class org.apache.jmeter.testelement.TestElement
get, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getProps, getSchema, getString, removed, set
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
process
void process()
-
setArgumentName
void setArgumentName(String argName)
-
getArgumentName
String getArgumentName()
-
setPathExtension
void setPathExtension(boolean pathExt)
-
setPathExtensionNoEquals
void setPathExtensionNoEquals(boolean pathExtNoEquals)
-
setPathExtensionNoQuestionmark
void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
-
setShouldCache
void setShouldCache(boolean b)
-
isPathExtension
boolean isPathExtension()
-
isPathExtensionNoEquals
boolean isPathExtensionNoEquals()
-
isPathExtensionNoQuestionmark
boolean isPathExtensionNoQuestionmark()
-
shouldCache
boolean shouldCache()
-
encode
boolean encode()
-
setEncode
void setEncode(boolean b)
-
-
-
-