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

java.lang.Object
  extended by org.apache.lucene.gdata.servlet.handler.AuthenticationHandler
All Implemented Interfaces:
GDataRequestHandler

public class AuthenticationHandler
extends Object
implements GDataRequestHandler

Author:
Simon Willnauer

Constructor Summary
AuthenticationHandler()
           
 
Method Summary
 void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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
 

Constructor Detail

AuthenticationHandler

public AuthenticationHandler()
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
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:
GDataRequestHandler.processRequest(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)


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