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


@ExperimentalApi
public interface WebView


Method Summary
 java.lang.Iterable<WebItemView> getItemsForSection(java.lang.String section, java.util.Map<java.lang.String,java.lang.Object> additionalContext)
           
 java.lang.Iterable<WebPanelView> getPanelsForLocation(java.lang.String location, java.util.Map<java.lang.String,java.lang.Object> additionalContext)
           
 java.lang.Iterable<WebSectionView> getSectionsForLocation(java.lang.String location, java.util.Map<java.lang.String,java.lang.Object> additionalContext)
           
 java.util.Map<java.lang.String,java.lang.Object> getWebPanelVelocityContext()
          This is a hack so we can use templates that have not yet been converted to Soy in the new web interface.
 

Method Detail

getItemsForSection

java.lang.Iterable<WebItemView> getItemsForSection(java.lang.String section,
                                                   java.util.Map<java.lang.String,java.lang.Object> additionalContext)

getSectionsForLocation

java.lang.Iterable<WebSectionView> getSectionsForLocation(java.lang.String location,
                                                          java.util.Map<java.lang.String,java.lang.Object> additionalContext)

getPanelsForLocation

java.lang.Iterable<WebPanelView> getPanelsForLocation(java.lang.String location,
                                                      java.util.Map<java.lang.String,java.lang.Object> additionalContext)

getWebPanelVelocityContext

java.util.Map<java.lang.String,java.lang.Object> getWebPanelVelocityContext()
This is a hack so we can use templates that have not yet been converted to Soy in the new web interface. There is a good chance it will not survive to the final release.



Copyright © 2003-2014 Atlassian. All Rights Reserved.