org.apache.jmeter.protocol.http.modifier
Class URLRewritingModifier
java.lang.Object
|
+--org.apache.jmeter.testelement.AbstractTestElement
|
+--org.apache.jmeter.protocol.http.modifier.URLRewritingModifier
- All Implemented Interfaces:
- Cloneable, PreProcessor, Serializable, TestElement
- public class URLRewritingModifier
- extends AbstractTestElement
- implements Serializable, PreProcessor
- Author:
- mstover
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
- See Also:
- Serialized Form
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, clear, clone, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, isRunningVersion, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, traverse, traverseCollection, traverseMap, traverseProperty |
URLRewritingModifier
public URLRewritingModifier()
process
public void process()
- Specified by:
process
in interface PreProcessor
setArgumentName
public void setArgumentName(String argName)
getArgumentName
public String getArgumentName()
setPathExtension
public void setPathExtension(boolean pathExt)
setPathExtensionNoEquals
public void setPathExtensionNoEquals(boolean pathExtNoEquals)
isPathExtension
public boolean isPathExtension()
isPathExtensionNoEquals
public boolean isPathExtensionNoEquals()
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.