Uses of Interface
com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
Packages that use RemoteWebView
Package
Description
-
Uses of RemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Classes in com.atlassian.confluence.rest.client.remoteservice.webfragment that implement RemoteWebViewModifier and TypeClassDescriptionclass
WebView
implementation that communicates with Confluence remotely.final class
WebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return RemoteWebViewModifier and TypeMethodDescriptionAbstractRemoteWebViewService.forContent
(ContentId contentId) RemoteWebViewService.forContent
(ContentId contentId) Provides a new WebView.AbstractRemoteWebViewService.forGeneric()
RemoteWebViewService.forGeneric()
Provides a new generic WebView. -
Uses of RemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Classes in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql that implement RemoteWebViewModifier and TypeClassDescriptionclass
RemoteWebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.