Uses of Interface
com.atlassian.confluence.api.service.web.WebView
-
Packages that use WebView Package Description com.atlassian.confluence.api.service.web com.atlassian.confluence.web.service -
-
Uses of WebView in com.atlassian.confluence.api.service.web
Methods in com.atlassian.confluence.api.service.web that return WebView Modifier and Type Method 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.WebView
WebViewService. forGeneric()
Provides a new generic WebView.WebView
WebViewService. forSpace(String spaceKey)
-
Uses of WebView in com.atlassian.confluence.web.service
Methods in com.atlassian.confluence.web.service that return WebView Modifier and Type Method Description WebView
WebViewServiceImpl. forContent(@Nullable ContentId contentId, Map<String,Object> additionalContext)
WebView
WebViewServiceImpl. forContent(ContentId contentId)
WebView
WebViewServiceImpl. forContent(String contentId)
WebView
WebViewServiceImpl. forGeneric()
WebView
WebViewServiceImpl. forSpace(String spaceKey)
-