Package org.apache.lucene.gdata.servlet.handler

GData Request Handler.

See:
          Description

Interface Summary
GDataRequestHandler Based on the Command pattern [GoF], the Command and Controller Strategy suggests providing a generic interface to the handler components to which the controller may delegate responsibility, minimizing the coupling among these components.
 

Class Summary
AbstractAccountHandler  
AbstractFeedHandler  
AbstractGdataRequestHandler  
AuthenticationHandler  
DefaultDeleteHandler Default Handler implementation.
DefaultGetHandler Default Handler implementation.
DefaultInsertHandler Default Handler implementation.
DefaultRequestHandlerFactory Default implementation for RequestHandlerFactory Builds the GDataRequestHandler instances.
DefaultUpdateHandler Default Handler implementation.
DeleteAccountStrategy  
DeleteFeedHandler  
InsertAccountStrategy  
InsertFeedHandler  
RequestAuthenticator The RequestAuthenticator provides access to the registered AuthenticationController as a super class for all request handler requiereing authentication for access.
RequestHandlerFactory Abstract Superclass for RequestHandlerFactories
UpdateAccountStrategy  
UpdateFeedHandler  
 

Exception Summary
GDataRequestHandlerException  
 

Package org.apache.lucene.gdata.servlet.handler Description

GData Request Handler.



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