Interface WebView
-
@ExperimentalApi public interface WebView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getItemsForSection
Iterable<WebItemView> getItemsForSection(String section, Map<String,Object> additionalContext)
-
getSectionsForLocation
Iterable<WebSectionView> getSectionsForLocation(String location, Map<String,Object> additionalContext)
-
getSectionsForLocations
Iterable<WebSectionView> getSectionsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
-
getPanelsForLocation
Iterable<WebPanelView> getPanelsForLocation(String location, Map<String,Object> additionalContext)
-
getPanelsForLocations
Iterable<WebPanelView> getPanelsForLocations(Collection<String> locations, Map<String,Object> additionalContext)
-
-