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 WebViewWebViewService. forContent(ContentId contentId)Provides a new WebView.WebViewWebViewService. forContent(ContentId contentId, Map<String,Object> additionalContext)Provides a new WebView.WebViewWebViewService. forContent(String contentId)Deprecated.Since 5.5.WebViewWebViewService. forGeneric()Provides a new generic WebView.WebViewWebViewService. 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 WebViewWebViewServiceImpl. forContent(@Nullable ContentId contentId, Map<String,Object> additionalContext)WebViewWebViewServiceImpl. forContent(ContentId contentId)WebViewWebViewServiceImpl. forContent(String contentId)WebViewWebViewServiceImpl. forGeneric()WebViewWebViewServiceImpl. forSpace(String spaceKey)
-