Examples of WebappWorkingSetManager


Examples of org.eclipse.help.internal.webapp.servlet.WebappWorkingSetManager

   * @param request
   */
  public SearchData(ServletContext context, HttpServletRequest request,
      HttpServletResponse response) {
    super(context, request, response);
    wsmgr = new WebappWorkingSetManager(request, response, getLocale());
    this.topicHref = request.getParameter("topic"); //$NON-NLS-1$
    if (topicHref != null && topicHref.length() == 0)
      topicHref = null;

    searchWord = request.getParameter("searchWord"); //$NON-NLS-1$
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.