Interface WebView
public interface WebView
-
Method Summary
Modifier and TypeMethodDescriptiongetItemsForSection
(String section, Map<String, Object> additionalContext) getPanelsForLocation
(String location, Map<String, Object> additionalContext) getPanelsForLocations
(Collection<String> locations, Map<String, Object> additionalContext) getSectionsForLocation
(String location, Map<String, Object> additionalContext) getSectionsForLocations
(Collection<String> locations, Map<String, Object> additionalContext) This is a hack so we can use templates that have not yet been converted to Soy in the new web interface.
-
Method Details
-
getItemsForSection
-
getSectionsForLocation
-
getSectionsForLocations
Iterable<WebSectionView> getSectionsForLocations(Collection<String> locations, Map<String, Object> additionalContext) -
getPanelsForLocation
-
getPanelsForLocations
Iterable<WebPanelView> getPanelsForLocations(Collection<String> locations, Map<String, Object> additionalContext) -
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.
-