Class SearchConnectorPlugin

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.social.core.search.SearchConnectorPlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SearchConnectorPlugin extends org.exoplatform.container.component.BaseComponentPlugin
A kernel component plugin to inject one or multiple SearchConnector into SearchService
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    SearchConnectorPlugin(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchConnectorPlugin

      public SearchConnectorPlugin(org.exoplatform.container.xml.InitParams params)
  • Method Details