org.apache.lucene.gdata.servlet.handler
Class UpdateFeedHandler
java.lang.Object
org.apache.lucene.gdata.servlet.handler.RequestAuthenticator
org.apache.lucene.gdata.servlet.handler.AbstractFeedHandler
org.apache.lucene.gdata.servlet.handler.UpdateFeedHandler
- All Implemented Interfaces:
- GDataHttpAuthenticator, GDataRequestHandler
public class UpdateFeedHandler
- extends AbstractFeedHandler
- Author:
- Simon Willnauer
|
Method Summary |
void |
processRequest(HttpServletRequest request,
HttpServletResponse response)
Processes the GDATA Client request |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateFeedHandler
public UpdateFeedHandler()
processRequest
public void processRequest(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Description copied from interface:
GDataRequestHandler
- Processes the GDATA Client request
- Specified by:
processRequest in interface GDataRequestHandler- Overrides:
processRequest in class AbstractFeedHandler
- Parameters:
request - - the client request to be processedresponse - - the response to the client request
- Throws:
ServletException - - if a servlet exception is thrown by the request or response
IOException - - if an input/output error occurs due to accessing an IO steam- See Also:
org.apache.lucene.gdata.servlet.handler.AbstractFeedHandler#processRequest(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.