org.eaglei.institution.server
Class InstitutionSearchConfig

java.lang.Object
  extended by org.eaglei.institution.server.InstitutionSearchConfig

@Configuration
@ImportResource(value="classpath:search-common-config.xml")
@Import(value=org.eaglei.services.repository.RepositoryConfig.class)
public class InstitutionSearchConfig
extends java.lang.Object

Allows programatic specification of bean implementations, while leveraging spring to provide DI and ensure singleton scope.


Constructor Summary
InstitutionSearchConfig()
           
 
Method Summary
 org.eaglei.search.provider.SearchProvider rootSearchProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstitutionSearchConfig

public InstitutionSearchConfig()
Method Detail

rootSearchProvider

@Bean
public org.eaglei.search.provider.SearchProvider rootSearchProvider()


Copyright © 2009-2011 Eagle-I. All Rights Reserved.