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:
- java.io.Serializable, java.lang.Cloneable, PreProcessor, TestElement
public class URLRewritingModifier
- extends AbstractTestElement
- implements java.io.Serializable, PreProcessor
- See Also:
- Serialized Form
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 |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
URLRewritingModifier
public URLRewritingModifier()
process
public void process()
- Specified by:
process
in interface PreProcessor
setArgumentName
public void setArgumentName(java.lang.String argName)
getArgumentName
public java.lang.String getArgumentName()
setPathExtension
public void setPathExtension(boolean pathExt)
setPathExtensionNoEquals
public void setPathExtensionNoEquals(boolean pathExtNoEquals)
setPathExtensionNoQuestionmark
public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
setShouldCache
public void setShouldCache(boolean b)
isPathExtension
public boolean isPathExtension()
isPathExtensionNoEquals
public boolean isPathExtensionNoEquals()
isPathExtensionNoQuestionmark
public boolean isPathExtensionNoQuestionmark()
shouldCache
public boolean shouldCache()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.