public abstract class AbstractRemoteWebViewService extends AbstractRemoteService<WebViewService> implements RemoteWebViewService
WebViewService implementation that communicates with Confluence remotely.provider| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractRemoteWebViewService(AuthenticatedWebResourceProvider provider,
                            com.google.common.util.concurrent.ListeningExecutorService executor) | 
| Modifier and Type | Method and Description | 
|---|---|
| RemoteWebView | forContent(ContentId contentId)Provides a new WebView. | 
| RemoteWebView | forGeneric()Provides a new generic WebView. | 
| RemoteWebView | forSpace(String spaceKey) | 
| protected abstract AbstractRemoteWebView | newRemoteWebView() | 
addExpansions, addPageRequest, addPageRequestParams, deleteCompletionStage, deleteCompletionStage, deleteFuture, deleteFuture, getCompletionStage, getCompletionStageGenericCollection, getCompletionStageMap, getCompletionStageMapOfPageResponses, getCompletionStageOptional, getCompletionStagePageResponseList, getCompletionStageSearchPageResponseList, getExecutor, getFuture, getFutureGenericCollection, getFutureMap, getFutureMapOfPageResponses, getFutureOption, getFuturePageResponseList, newExperimentalRestWebResource, newRestWebResource, postCompletionStage, postCompletionStage, postCompletionStage, postCompletionStageToPageResponse, postFuture, postFuture, postFuture, postFutureToPageResponse, putCompletionStage, putFutureprotected AbstractRemoteWebViewService(AuthenticatedWebResourceProvider provider, com.google.common.util.concurrent.ListeningExecutorService executor)
public RemoteWebView forContent(ContentId contentId)
RemoteWebViewServiceforContent in interface RemoteWebViewServicecontentId - the id of the CEO or null for a generic WebViewpublic RemoteWebView forSpace(String spaceKey)
forSpace in interface RemoteWebViewServicepublic RemoteWebView forGeneric()
RemoteWebViewServiceforGeneric in interface RemoteWebViewServiceprotected abstract AbstractRemoteWebView newRemoteWebView()
Copyright © 2003–2022 Atlassian. All rights reserved.