com.atlassian.confluence.api.service.web
Interface WebViewService

All Known Implementing Classes:
WebViewServiceImpl

@Internal
public interface WebViewService


Method Summary
 WebView forContent(ContentId contentId)
          Provides a new WebView.
 WebView forContent(java.lang.String contentId)
          Deprecated. Since 5.5. Use forContent(ContentId).
 WebView forSpace(java.lang.String spaceKey)
           
 

Method Detail

forContent

@Deprecated
WebView forContent(java.lang.String contentId)
Deprecated. Since 5.5. Use forContent(ContentId).

Provides a new WebView. The contentId is used to enrich the underlying WebInterfaceContext depending on what type of content is provided.

Parameters:
contentId - the id of the CEO or null for a generic WebView
Returns:

forContent

WebView forContent(ContentId contentId)
Provides a new WebView. The contentId is used to enrich the underlying WebInterfaceContext depending on what type of content is provided.

Parameters:
contentId - the id of the CEO or null for a generic WebView
Returns:

forSpace

WebView forSpace(java.lang.String spaceKey)


Copyright © 2003-2014 Atlassian. All Rights Reserved.