@Internal
public interface WebViewService
Modifier and Type | Method and Description |
---|---|
WebView |
forContent(ContentId contentId)
Provides a new WebView.
|
WebView |
forContent(ContentId contentId,
Map<String,Object> additionalContext)
Provides a new WebView.
|
WebView |
forContent(String contentId)
Deprecated.
Since 5.5. Use
forContent(ContentId) . |
WebView |
forGeneric()
Provides a new generic WebView.
|
WebView |
forSpace(String spaceKey) |
@Deprecated WebView forContent(String contentId)
forContent(ContentId)
.contentId
- the id of the CEO or null for a generic WebViewWebView forContent(ContentId contentId)
contentId
- the id of the CEO or null for a generic WebViewWebView forContent(ContentId contentId, Map<String,Object> additionalContext)
contentId
- the id of the CEO or null for a generic WebViewadditionalContext
- additional context, which will also enrich the context passed to the resulting WebView if it contains parameters that reference contentWebView forGeneric()
Copyright © 2003–2018 Atlassian. All rights reserved.