org.apache.lucene.gdata.servlet
Class AccountAdministrationServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.lucene.gdata.servlet.AbstractGdataServlet
          extended by org.apache.lucene.gdata.servlet.AccountAdministrationServlet

public class AccountAdministrationServlet
extends AbstractGdataServlet

This Servlet provides an REST interface to create / update and delete user instances.

Author:
Simon Willnauer

Field Summary
 
Fields inherited from class org.apache.lucene.gdata.servlet.AbstractGdataServlet
HANDLER_FACTORY
 
Constructor Summary
AccountAdministrationServlet()
           
 
Method Summary
protected  void doDelete(HttpServletRequest arg0, HttpServletResponse arg1)
           
protected  void doPost(HttpServletRequest arg0, HttpServletResponse arg1)
           
protected  void doPut(HttpServletRequest arg0, HttpServletResponse arg1)
           
 
Methods inherited from class org.apache.lucene.gdata.servlet.AbstractGdataServlet
init, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountAdministrationServlet

public AccountAdministrationServlet()
Method Detail

doDelete

protected void doDelete(HttpServletRequest arg0,
                        HttpServletResponse arg1)
                 throws ServletException,
                        IOException
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest arg0,
                      HttpServletResponse arg1)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException

doPut

protected void doPut(HttpServletRequest arg0,
                     HttpServletResponse arg1)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.