org.apache.jmeter.protocol.http.modifier

Class URLRewritingModifier

Implemented Interfaces:
Cloneable, Serializable, PreProcessor, Serializable, TestElement

public class URLRewritingModifier
extends AbstractTestElement
implements Serializable, PreProcessor

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

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)
void
setShouldCache(boolean b)
boolean
shouldCache()

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, 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

Method Details

getArgumentName

public String getArgumentName()

isPathExtension

public boolean isPathExtension()

isPathExtensionNoEquals

public boolean isPathExtensionNoEquals()

isPathExtensionNoQuestionmark

public boolean isPathExtensionNoQuestionmark()

process

public void process()
Specified by:
process in interface PreProcessor

setArgumentName

public void setArgumentName(String argName)

setPathExtension

public void setPathExtension(boolean pathExt)

setPathExtensionNoEquals

public void setPathExtensionNoEquals(boolean pathExtNoEquals)

setPathExtensionNoQuestionmark

public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)

setShouldCache

public void setShouldCache(boolean b)

shouldCache

public boolean shouldCache()

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