All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.atlassian.plugin.clientsideextensions.ExtensionDataProvider Maven / Gradle / Ivy

There is a newer version: 4.0.0-jakarta-m001-6cdaaa6-m5gf9rqt
Show newest version
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