Uses of Interface
com.atlassian.confluence.rest.client.remoteservice.webfragment.RemoteWebView
-
Packages that use RemoteWebView Package Description com.atlassian.confluence.rest.client.remoteservice.webfragment com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql -
-
Uses of RemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Classes in com.atlassian.confluence.rest.client.remoteservice.webfragment that implement RemoteWebView Modifier and Type Class Description classAbstractRemoteWebViewWebViewimplementation that communicates with Confluence remotely.classRemoteWebViewImplWebViewimplementation that communicates with Confluence remotely using the Confluence GraphQL API.Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return RemoteWebView Modifier and Type Method Description RemoteWebViewAbstractRemoteWebViewService. forContent(ContentId contentId)RemoteWebViewRemoteWebViewService. forContent(ContentId contentId)Provides a new WebView.RemoteWebViewAbstractRemoteWebViewService. forGeneric()RemoteWebViewRemoteWebViewService. forGeneric()Provides a new generic WebView.RemoteWebViewAbstractRemoteWebViewService. forSpace(String spaceKey)RemoteWebViewRemoteWebViewService. forSpace(String spaceKey) -
Uses of RemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Classes in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql that implement RemoteWebView Modifier and Type Class Description classGraphQLRemoteWebViewImplRemoteWebViewimplementation that communicates with Confluence remotely using the Confluence GraphQL API.
-