![JAR search and dependency download from the Maven repository](/logo.png)
com.atlassian.plugin.clientsideextensions.ExtensionDataProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlassian-clientside-extensions-page-bootstrapper Show documentation
Show all versions of atlassian-clientside-extensions-page-bootstrapper Show documentation
Provides code for bootstrapping CSE pages.
package com.atlassian.plugin.clientsideextensions;
import com.atlassian.webresource.api.data.WebResourceDataProvider;
/**
* Interface for providing JSON data to the PageExtension JS API.
* Instances of this class are constructed at plugin enablement time.
*
* Refer to the documentation:
* https://developer.atlassian.com/server/framework/clientside-extensions/reference/api/extension-factories/page/#using-data-provider
*
* @since v1.2
*/
public interface ExtensionDataProvider extends WebResourceDataProvider {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy