java.lang.Object
com.atlassian.confluence.rest.client.AbstractRemoteService<WebView>
com.atlassian.confluence.rest.client.remoteservice.webfragment.AbstractRemoteWebView
All Implemented Interfaces:
RemoteWebView
Direct Known Subclasses:
GraphQLRemoteWebViewImpl, RemoteWebViewImpl

public abstract class AbstractRemoteWebView extends AbstractRemoteService<WebView> implements RemoteWebView
WebView implementation that communicates with Confluence remotely.
Since:
9.0
  • Field Details

    • contentId

      protected ContentId contentId
    • version

      protected Integer version
    • spaceKey

      protected String spaceKey
  • Constructor Details