Modifier and Type | Method and Description |
---|---|
WebPanelView |
WebPanelView.Builder.create(String html) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebPanelView> |
WebView.getPanelsForLocation(String location,
Map<String,Object> additionalContext) |
Iterable<WebPanelView> |
WebView.getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebPanelView> |
WebFragmentResource.panels(SortedSet<String> locations,
ContentId contentId)
Fetch web panels for the given locations.
|
Iterable<WebPanelView> |
WebFragmentResource.panels(String location,
ContentId contentId)
Fetch web panels for the given location.
|
Modifier and Type | Method and Description |
---|---|
Iterable<WebPanelView> |
PanelsForLocationFunction.apply(Object... args) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebViewImpl.getPanelsForLocation(String location,
Map<String,Object> additionalContext) |
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebView.getPanelsForLocation(String location,
Map<String,Object> additionalContext)
Fetch web panels for a given location from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebViewImpl.getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
com.atlassian.util.concurrent.Promise<Iterable<WebPanelView>> |
RemoteWebView.getPanelsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web panels for given locations from the REST API
|
Copyright © 2003–2018 Atlassian. All rights reserved.