com.dotmarketing.servlets
Class BuildSearchServlet

java.lang.Object
  extended by HttpServlet
      extended by com.dotmarketing.servlets.BuildSearchServlet

public class BuildSearchServlet
extends HttpServlet

Description of the Class

Author:
don

Constructor Summary
BuildSearchServlet()
           
 
Method Summary
 void init(ServletConfig config)
           
 void service(HttpServletRequest request, HttpServletResponse response)
          This Servlet looks at the request, selects the right host ( HostFactory.getCurrentHost(request) ) and then creates a search index for the host.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildSearchServlet

public BuildSearchServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

service

public void service(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    java.io.IOException
This Servlet looks at the request, selects the right host ( HostFactory.getCurrentHost(request) ) and then creates a search index for the host.

Throws:
ServletException
java.io.IOException


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.