Class ApplinksStatusWrmDataProvider
- java.lang.Object
-
- com.atlassian.confluence.plugins.pulp.wrm.ApplinksStatusWrmDataProvider
-
- All Implemented Interfaces:
com.atlassian.webresource.api.data.WebResourceDataProvider,com.google.common.base.Supplier<com.atlassian.json.marshal.Jsonable>,Supplier<com.atlassian.json.marshal.Jsonable>
@ParametersAreNonnullByDefault public class ApplinksStatusWrmDataProvider extends Object implements com.atlassian.webresource.api.data.WebResourceDataProvider
Provides the PULP with WRM data about the status of the user-configured application links. If there are no user-configured application links, it returns an empty JSON object.- Since:
- 6.16
-
-
Constructor Summary
Constructors Constructor Description ApplinksStatusWrmDataProvider(ApplicationLinkStatusInterrogator applicationLinkStatusInterrogator)
-
-
-
Constructor Detail
-
ApplinksStatusWrmDataProvider
@Inject public ApplinksStatusWrmDataProvider(ApplicationLinkStatusInterrogator applicationLinkStatusInterrogator)
-
-