org.apache.lucene.gdata.servlet
Class RequestControllerServlet
java.lang.Object
HttpServlet
org.apache.lucene.gdata.servlet.AbstractGdataServlet
org.apache.lucene.gdata.servlet.RequestControllerServlet
public class RequestControllerServlet
- extends AbstractGdataServlet
Provides a clean basic interface for GDATA Client API and requests to the
GDATA Server. This Servlet dispatches the incoming requests to defined GDATA
request handlers. Each of the handler processes the incoming request and
responds according to the requested action.
- Author:
- Simon Willnauer
|
Method Summary |
protected void |
doDelete(HttpServletRequest arg0,
HttpServletResponse arg1)
|
protected void |
doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
|
protected void |
doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
|
protected void |
doPut(HttpServletRequest arg0,
HttpServletResponse arg1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestControllerServlet
public RequestControllerServlet()
doDelete
protected void doDelete(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
- Throws:
ServletException
IOException- See Also:
javax.servlet.http.HttpServlet#doDelete(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
doGet
protected void doGet(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
- Throws:
ServletException
IOException- See Also:
javax.servlet.http.HttpServlet#doGet(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
doPost
protected void doPost(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
- Throws:
ServletException
IOException- See Also:
javax.servlet.http.HttpServlet#doPost(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
doPut
protected void doPut(HttpServletRequest arg0,
HttpServletResponse arg1)
throws ServletException,
IOException
- Throws:
ServletException
IOException- See Also:
javax.servlet.http.HttpServlet#doPut(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.