@ExperimentalApi
public interface WebView
Modifier and Type | Method and Description |
---|---|
Iterable<WebItemView> |
getItemsForSection(String section,
Map<String,Object> additionalContext) |
Iterable<WebPanelView> |
getPanelsForLocation(String location,
Map<String,Object> additionalContext) |
Iterable<WebPanelView> |
getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
Iterable<WebSectionView> |
getSectionsForLocation(String location,
Map<String,Object> additionalContext) |
Iterable<WebSectionView> |
getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
Map<String,Object> |
getWebPanelVelocityContext()
This is a hack so we can use templates that have not yet been converted to Soy in the new web interface.
|
Iterable<WebItemView> getItemsForSection(String section, Map<String,Object> additionalContext)
Iterable<WebSectionView> getSectionsForLocation(String location, Map<String,Object> additionalContext)
Iterable<WebSectionView> getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
Iterable<WebPanelView> getPanelsForLocation(String location, Map<String,Object> additionalContext)
Iterable<WebPanelView> getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
Copyright © 2003–2018 Atlassian. All rights reserved.