RequestView
public class RequestViewHTTP extends Object implements RequestView
Constructor | Description |
---|---|
RequestViewHTTP() |
Pane to view HTTP request sample in view results tree
|
Modifier and Type | Method | 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()
RequestView
init
in interface RequestView
public void clearData()
RequestView
clearData
in interface RequestView
public void setSamplerResult(Object objectResult)
RequestView
setSamplerResult
in interface RequestView
objectResult
- 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()
RequestView
getPanel
in interface RequestView
public String getLabel()
RequestView
getLabel
in interface RequestView
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.