Package com.sap.cds.adapter
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 TypeMethodDescriptioncreate()Creates the content provider and initializes itboolean
-
Method Details
-
create
IndexContentProvider create()Creates the content provider and initializes it- Returns:
- the created content provider
-
isEnabled
boolean isEnabled()- Returns:
- true, if the content provider is enabled
-