Apache JMeter | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.jmeter.functions.AbstractFunction
org.apache.jmeter.functions.EscapeHtml
public class EscapeHtml
extends AbstractFunction
String
using HTML entities.
For example:
"bread" & "butter"
becomes:
"bread" & "butter"
.
Supports all known HTML 4.0 entities.
Note that the commonly used apostrophe escape character (')
is not a legal entity and so is not supported).
(Commons Lang)
Constructor Summary | |
Method Summary | |
String |
|
List | |
String | |
void |
|
Methods inherited from class org.apache.jmeter.functions.AbstractFunction | |
checkMinParameterCount , checkParameterCount , checkParameterCount , execute , execute , getReferenceKey , getVariables , setParameters |
public String execute(SampleResult previousResult, Sampler currentSampler) throws InvalidVariableException
- Overrides:
- execute in interface AbstractFunction
public String getReferenceKey()
- Specified by:
- getReferenceKey in interface Function
- Overrides:
- getReferenceKey in interface AbstractFunction
public void setParameters(Collection parameters) throws InvalidVariableException
- Specified by:
- setParameters in interface Function
- Overrides:
- setParameters in interface AbstractFunction