Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.modifier
Class URLRewritingModifier

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.apache.jmeter.protocol.http.modifier.URLRewritingModifier
All Implemented Interfaces:
Cloneable, PreProcessor, Serializable, TestElement

public class URLRewritingModifier
extends AbstractTestElement
implements Serializable, PreProcessor

Version:
$Revision: 1.29.2.2 $ updated on $Date: 2004/10/07 17:52:35 $
Author:
mstover, Jordi Salvat i Alabart
See Also:
Serialized Form

Nested Class Summary
static class URLRewritingModifier.Test
           
 
Field Summary
 
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()
           
 boolean isPathExtensionNoQuestionmark()
           
 void process()
           
 void setArgumentName(String argName)
           
 void setPathExtension(boolean pathExt)
           
 void setPathExtensionNoEquals(boolean pathExtNoEquals)
           
 void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
           
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, 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)

setPathExtensionNoQuestionmark

public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)

isPathExtension

public boolean isPathExtension()

isPathExtensionNoEquals

public boolean isPathExtensionNoEquals()

isPathExtensionNoQuestionmark

public boolean isPathExtensionNoQuestionmark()

Apache JMeter
2.0.1.20050615

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