Uses of Class
org.apache.lucene.gdata.server.registry.configuration.ComponentConfiguration

Packages that use ComponentConfiguration
org.apache.lucene.gdata.server.registry Internal registry - registering services and server components 
org.apache.lucene.gdata.server.registry.configuration   
 

Uses of ComponentConfiguration in org.apache.lucene.gdata.server.registry
 

Methods in org.apache.lucene.gdata.server.registry with parameters of type ComponentConfiguration
<E extends ServerComponent>
void
GDataServerRegistry.registerComponent(Class<E> componentClass, ComponentConfiguration configuration)
          All registered ServerComponent registered via this method are available via the GDataServerRegistry.lookup(Class, ComponentType) method.
 

Uses of ComponentConfiguration in org.apache.lucene.gdata.server.registry.configuration
 

Methods in org.apache.lucene.gdata.server.registry.configuration with parameters of type ComponentConfiguration
 void PropertyInjector.injectProperties(ComponentConfiguration bean)
          Injects the properties stored in the ComponentConfiguration to the corresponding methods of the target object
 



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