org.apache.beehive.netui.pageflow.xmlhttprequest
Class XmlHttpRequestServlet

Object
  extended by GenericServlet
      extended by HttpServlet
          extended by XmlHttpRequestServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class XmlHttpRequestServlet
extends HttpServlet

Servlet to handle XMLHttpRequests sent from a client.

See Also:
Serialized Form

Constructor Summary
XmlHttpRequestServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHttpRequestServlet

public XmlHttpRequestServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  ServletException
Overrides:
doGet in class HttpServlet
Throws:
IOException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws IOException,
                   ServletException
Overrides:
doPost in class HttpServlet
Throws:
IOException
ServletException