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 classRemoteWebViewImplWebViewimplementation 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 AbstractRemoteWebViewAbstractRemoteWebViewService. newRemoteWebView()protected AbstractRemoteWebViewRemoteWebViewServiceImpl. 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 classGraphQLRemoteWebViewImplRemoteWebViewimplementation 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 AbstractRemoteWebViewGraphQLRemoteWebViewServiceImpl. newRemoteWebView()
-