Interface IndexContentProviderFactory


public interface IndexContentProviderFactory
Interface to be used with ExtendedServiceLoader for creating content providers for the index page. Implementing classes can get access to the CdsRuntime by implementing CdsRuntimeAware.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the content provider and initializes it
    boolean
     
  • Method Details

    • create

      Creates the content provider and initializes it
      Returns:
      the created content provider
    • isEnabled

      boolean isEnabled()
      Returns:
      true, if the content provider is enabled