public class URLRewritingModifier extends AbstractTestElement implements Serializable, PreProcessor
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
URLRewritingModifier() |
| Modifier and Type | Method and Description |
|---|---|
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() |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, 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, traversePropertypublic void process()
process in interface PreProcessorpublic void setArgumentName(String argName)
public String getArgumentName()
public void setPathExtension(boolean pathExt)
public void setPathExtensionNoEquals(boolean pathExtNoEquals)
public void setPathExtensionNoQuestionmark(boolean pathExtNoQuestionmark)
public void setShouldCache(boolean b)
public boolean isPathExtension()
public boolean isPathExtensionNoEquals()
public boolean isPathExtensionNoQuestionmark()
public boolean shouldCache()
Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.