Uses of Class
org.apache.lucene.gdata.server.registry.Component

Packages that use Component
org.apache.lucene.gdata.search.index Contains classes processing of documents and accessing the search index of the server 
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
org.apache.lucene.gdata.server.authentication Classes and Exceptions used for client authentification. 
org.apache.lucene.gdata.servlet.handler GData Request Handler. 
org.apache.lucene.gdata.storage.db4o DB4o storage implementation (needs third patry jar) DB4o Website 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
 

Uses of Component in org.apache.lucene.gdata.search.index
 

Classes in org.apache.lucene.gdata.search.index with annotations of type Component
 class IndexController
          Default implementation of the SearchComponent interface.
 

Uses of Component in org.apache.lucene.gdata.server
 

Classes in org.apache.lucene.gdata.server with annotations of type Component
 class ServiceFactory
          The ServiceFactory creates Service implementations to access the GData - Server components.
 

Uses of Component in org.apache.lucene.gdata.server.authentication
 

Classes in org.apache.lucene.gdata.server.authentication with annotations of type Component
 class BlowfishAuthenticationController
          A AuthenticationController implmentation using a Blowfish algorithmn to en/decrpyt the authentification token.
 

Uses of Component in org.apache.lucene.gdata.servlet.handler
 

Classes in org.apache.lucene.gdata.servlet.handler with annotations of type Component
 class DefaultRequestHandlerFactory
          Default implementation for RequestHandlerFactory Builds the GDataRequestHandler instances.
 

Uses of Component in org.apache.lucene.gdata.storage.db4o
 

Classes in org.apache.lucene.gdata.storage.db4o with annotations of type Component
 class DB4oController
          The DB4o StorageContorller can be used as a persitence component for the gdata-server.
 

Uses of Component in org.apache.lucene.gdata.storage.lucenestorage
 

Classes in org.apache.lucene.gdata.storage.lucenestorage with annotations of type Component
 class StorageCoreController
           
 



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