Package org.parosproxy.paros.model

Examples of org.parosproxy.paros.model.HistoryList


    return searchDialog;
  }
 
  public HistoryList getHistoryList() {
      if (historyList == null) {
          historyList = new HistoryList();
      }
      return historyList;
  }
View Full Code Here


        return proxyListener;
  }
 
  public HistoryList getHistoryList() {
      if (historyList == null) {
          historyList = new HistoryList();
      }
      return historyList;
  }
View Full Code Here

 
 

  public HistoryList getHistoryList() {
    if (historyList == null) {
      historyList = new HistoryList();
    }
    return historyList;
  }
View Full Code Here

    return searchDialog;
  }

  public HistoryList getHistoryList() {
    if (historyList == null) {
      historyList = new HistoryList();
    }
    return historyList;
  }
View Full Code Here

    this.setName("ExtensionManualRequest");
  }

  public HistoryList getHistoryList() {
    if (historyList == null) {
      historyList = new HistoryList();
    }
    return historyList;
  }
View Full Code Here

TOP

Related Classes of org.parosproxy.paros.model.HistoryList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.