Apache JMeter
1.9

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

Nested Class Summary
static class URLRewritingModifier.Test
           
 
Field Summary
 
Fields inherited from class org.apache.jmeter.testelement.AbstractTestElement
log
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
URLRewritingModifier()
           
 
Method Summary
 String getArgumentName()
           
 boolean isPathExtension()
           
 boolean isPathExtensionNoEquals()
           
 void process()
           
 void setArgumentName(String argName)
           
 void setPathExtension(boolean pathExt)
           
 void setPathExtensionNoEquals(boolean pathExtNoEquals)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLRewritingModifier

public URLRewritingModifier()
Method Detail

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()

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.