Uses of Class
com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
-
Packages that use AbstractRemoteWebView Package Description com.atlassian.confluence.rest.client.remoteservice.webfragment com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql -
-
Uses of AbstractRemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment
Subclasses of AbstractRemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment Modifier and Type Class Description class
RemoteWebViewImpl
WebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment that return AbstractRemoteWebView Modifier and Type Method Description protected abstract AbstractRemoteWebView
AbstractRemoteWebViewService. newRemoteWebView()
protected AbstractRemoteWebView
RemoteWebViewServiceImpl. newRemoteWebView()
-
Uses of AbstractRemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql
Subclasses of AbstractRemoteWebView in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql Modifier and Type Class Description class
GraphQLRemoteWebViewImpl
RemoteWebView
implementation that communicates with Confluence remotely using the Confluence GraphQL API.Methods in com.atlassian.confluence.rest.client.remoteservice.webfragment.graphql that return AbstractRemoteWebView Modifier and Type Method Description protected AbstractRemoteWebView
GraphQLRemoteWebViewServiceImpl. newRemoteWebView()
-