org.apache.jmeter.protocol.http.modifier
public class URLRewritingModifier extends AbstractTestElement implements Serializable, PreProcessor
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor and Description |
---|
URLRewritingModifier() |
Modifier and Type | Method and Description |
---|---|
String |
getArgumentName() |
boolean |
isPathExtension() |
boolean |
isPathExtensionNoEquals() |
boolean |
isPathExtensionNoQuestionmark() |
void |
process() |
void |
setArgumentName(String argName) |
void |
setPathExtension(boolean pathExt) |
void |
setPathExtensionNoEquals(boolean pathExtNoEquals) |
void |
setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark) |
void |
setShouldCache(boolean b) |
boolean |
shouldCache() |
addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
public void process()
process
in interface PreProcessor
public void setArgumentName(String argName)
public String getArgumentName()
public void setPathExtension(boolean pathExt)
public void setPathExtensionNoEquals(boolean pathExtNoEquals)
public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
public void setShouldCache(boolean b)
public boolean isPathExtension()
public boolean isPathExtensionNoEquals()
public boolean isPathExtensionNoQuestionmark()
public boolean shouldCache()
Copyright © 1998-2014 Apache Software Foundation. All Rights Reserved.