Package org.cipres.treebase.web.util

Examples of org.cipres.treebase.web.util.SearchMessageSetter


   
    if (formName.equals("matrixSimple")) {
      String buttonName = request.getParameter("searchButton");
      Set<Matrix> matches = new HashSet<Matrix>();
      String searchTerm = convertStars(request.getParameter("searchTerm"));
       SearchMessageSetter mSetter = new RequestMessageSetter(request);
      MatrixSearchResults oldRes; 
      {
        SearchResults<?> sr = searchResults(request);
        if (sr != null) {
          oldRes = (MatrixSearchResults) sr.convertToMatrices();
View Full Code Here

TOP

Related Classes of org.cipres.treebase.web.util.SearchMessageSetter

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.