Package com.jada.content.data

Examples of com.jada.content.data.SearchInfo


    if (value == null) {
      value = "1";
    }
    int pageNum = Format.getInt(value);
    String query = (String) request.getParameter("query");
    SearchInfo searchInfo = api.getSearch(siteDomain.getSite().getSiteId(), query, pageSize, Constants.PAGE_NAV_COUNT, pageNum);
    return searchInfo;
  }
View Full Code Here

TOP

Related Classes of com.jada.content.data.SearchInfo

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.