public class RequestViewHTTP extends Object implements RequestView
| Constructor and Description |
|---|
RequestViewHTTP()
Pane to view HTTP request sample in view results tree
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Clear all data in panel
|
static String |
decodeQuery(String query)
Decode a query string
|
String |
getLabel()
Get the label.
|
JPanel |
getPanel()
Get the panel
|
static Map<String,String[]> |
getQueryMap(String query) |
void |
init()
Init the panel
|
void |
setSamplerResult(Object objectResult)
Put the result bean to display in panel
|
public RequestViewHTTP()
public void init()
RequestViewinit in interface RequestViewpublic void clearData()
RequestViewclearData in interface RequestViewpublic void setSamplerResult(Object objectResult)
RequestViewsetSamplerResult in interface RequestViewobjectResult - result to displaypublic static Map<String,String[]> getQueryMap(String query)
query - query to parse for param and value pairspublic static String decodeQuery(String query)
query - to decodepublic JPanel getPanel()
RequestViewgetPanel in interface RequestViewpublic String getLabel()
RequestViewgetLabel in interface RequestViewCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.