org.apache.lucene.gdata.servlet.handler
Class UpdateFeedHandler

java.lang.Object
  extended by org.apache.lucene.gdata.servlet.handler.RequestAuthenticator
      extended by org.apache.lucene.gdata.servlet.handler.AbstractFeedHandler
          extended by org.apache.lucene.gdata.servlet.handler.UpdateFeedHandler
All Implemented Interfaces:
GDataHttpAuthenticator, GDataRequestHandler

public class UpdateFeedHandler
extends AbstractFeedHandler

Author:
Simon Willnauer

Field Summary
 
Fields inherited from class org.apache.lucene.gdata.servlet.handler.AbstractFeedHandler
authenticated, PARAMETER_ACCOUNT, PARAMETER_SERVICE
 
Constructor Summary
UpdateFeedHandler()
           
 
Method Summary
 void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes the GDATA Client request
 
Methods inherited from class org.apache.lucene.gdata.servlet.handler.AbstractFeedHandler
createFeedFromRequest, createRequestedAccount, getErrorCode, getErrorMessage, sendResponse, setError
 
Methods inherited from class org.apache.lucene.gdata.servlet.handler.RequestAuthenticator
authenticateAccount, authenticateAccount, getTokenFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateFeedHandler

public UpdateFeedHandler()
Method Detail

processRequest

public void processRequest(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.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 processed
response - - the response to the client request
Throws:
javax.servlet.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:
AbstractFeedHandler.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)


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