| Package | Description |
|---|---|
| com.atlassian.confluence.api.service.web | |
| com.atlassian.confluence.web.service |
| Modifier and Type | Method and Description |
|---|---|
WebView |
WebViewService.forContent(ContentId contentId)
Provides a new WebView.
|
WebView |
WebViewService.forContent(ContentId contentId,
Map<String,Object> additionalContext)
Provides a new WebView.
|
WebView |
WebViewService.forContent(String contentId)
Deprecated.
Since 5.5. Use
WebViewService.forContent(ContentId). |
WebView |
WebViewService.forGeneric()
Provides a new generic WebView.
|
WebView |
WebViewService.forSpace(String spaceKey) |
| Modifier and Type | Method and Description |
|---|---|
WebView |
WebViewServiceImpl.forContent(ContentId contentId) |
WebView |
WebViewServiceImpl.forContent(@Nullable ContentId contentId,
Map<String,Object> additionalContext) |
WebView |
WebViewServiceImpl.forContent(String contentId) |
WebView |
WebViewServiceImpl.forGeneric() |
WebView |
WebViewServiceImpl.forSpace(String spaceKey) |
Copyright © 2003–2022 Atlassian. All rights reserved.