Class CustomCorrelationFrameService
java.lang.Object
Services.CustomizeCorrelationView.CustomCorrelationFrameService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionListeneractionFilterButton(AddManuallyCorrelationFrame customCorrelationFrame) static ActionListeneractionFromComboBox(AddManuallyCorrelationFrame customCorrelationFrame, CorrelatorHelperService correlatorHelperService) static ActionListeneractionNumReqCheckBox(AddManuallyCorrelationFrame customCorrelationFrame, ArrayList<String> datas, String url, ArrayList<String> from, String FILENAME_HAR) static ActionListeneractionOptionCheckBox(AddManuallyCorrelationFrame customCorrelationFrame) static ActionListeneractionSaveButton(AddManuallyCorrelationFrame addManuallyCorrelationFrame, CustomizeCorrelationPage customizeCorrelationPage, String type, ArrayList<String> dataWS) extendsFromListWS(ArrayList<String> list, String url, String FILENAME_HAR) getCookieName(MyNode node) getDataNameRequestWS(String data) getFromByNumReq(ArrayList<String> list, String url, int num_req, String FILENAME_HAR) getHeadersNameFrom(MyNode node) getInfoReqWS(String url, int index_requestWS, String FILENAME_HAR) getNamePostData(MyNode node) getPathElementFrom(String url) getQueryNameFrom(MyNode node) getUrls(DependencyGraph dependencyGraph, Integer index_req) getUrlswithMethods(DependencyGraph dependencyGraph, Integer index_req) static StringreturnNewValue(String type, String name, String url, String varName) static voidvisitNodeDataRequestWS(List<String> result, Object object, String name)
-
Constructor Details
-
CustomCorrelationFrameService
public CustomCorrelationFrameService()
-
-
Method Details
-
getCookieName
-
getNamePostData
public static List<String> getNamePostData(MyNode node) throws org.json.simple.parser.ParseException - Throws:
org.json.simple.parser.ParseException
-
getHeadersNameFrom
-
getUrls
-
getUrlswithMethods
-
actionFromComboBox
public static ActionListener actionFromComboBox(AddManuallyCorrelationFrame customCorrelationFrame, CorrelatorHelperService correlatorHelperService) -
getPathElementFrom
-
getQueryNameFrom
-
actionFilterButton
-
actionOptionCheckBox
public static ActionListener actionOptionCheckBox(AddManuallyCorrelationFrame customCorrelationFrame) -
actionNumReqCheckBox
public static ActionListener actionNumReqCheckBox(AddManuallyCorrelationFrame customCorrelationFrame, ArrayList<String> datas, String url, ArrayList<String> from, String FILENAME_HAR) -
actionSaveButton
public static ActionListener actionSaveButton(AddManuallyCorrelationFrame addManuallyCorrelationFrame, CustomizeCorrelationPage customizeCorrelationPage, String type, ArrayList<String> dataWS) -
returnNewValue
-
getInfoReqWS
-
getDataNameRequestWS
public static ArrayList<String> getDataNameRequestWS(String data) throws org.json.simple.parser.ParseException - Throws:
org.json.simple.parser.ParseException
-
visitNodeDataRequestWS
-
getFromByNumReq
-
extendsFromListWS
-