org.apache.lucene.gdata.servlet
Class AccountAdministrationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.lucene.gdata.servlet.AbstractGdataServlet
              extended by org.apache.lucene.gdata.servlet.AccountAdministrationServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AccountAdministrationServlet
extends AbstractGdataServlet

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

Author:
Simon Willnauer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.lucene.gdata.servlet.AbstractGdataServlet
HANDLER_FACTORY
 
Constructor Summary
AccountAdministrationServlet()
           
 
Method Summary
protected  void doDelete(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
protected  void doPost(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
protected  void doPut(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)
           
 
Methods inherited from class org.apache.lucene.gdata.servlet.AbstractGdataServlet
init, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doGet, doHead, doOptions, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
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(javax.servlet.http.HttpServletRequest arg0,
                        javax.servlet.http.HttpServletResponse arg1)
                 throws javax.servlet.ServletException,
                        IOException
Overrides:
doDelete in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest arg0,
                      javax.servlet.http.HttpServletResponse arg1)
               throws javax.servlet.ServletException,
                      IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doPut

protected void doPut(javax.servlet.http.HttpServletRequest arg0,
                     javax.servlet.http.HttpServletResponse arg1)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doPut in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException


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