Modifier and Type | Method and Description |
---|---|
WebSectionView |
WebSectionView.Builder.create(String id,
String label) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebSectionView> |
WebView.getSectionsForLocation(String location,
Map<String,Object> additionalContext) |
Iterable<WebSectionView> |
WebView.getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
Modifier and Type | Method and Description |
---|---|
Iterable<WebSectionView> |
WebFragmentResource.sections(SortedSet locations,
String key,
ContentId contentId)
Fetch the websections at the given locations.
|
Iterable<WebSectionView> |
WebFragmentResource.sections(String location,
String key,
ContentId contentId)
Fetch the websections at the given location.
|
Modifier and Type | Method and Description |
---|---|
Iterable<WebSectionView> |
SectionsForLocationFunction.apply(Object... args) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocation(String location,
Map<String,Object> additionalContext) |
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocation(String location,
Map<String,Object> additionalContext)
Fetch web sections for a given location from the REST API
|
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebViewImpl.getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext) |
com.atlassian.util.concurrent.Promise<Iterable<WebSectionView>> |
RemoteWebView.getSectionsForLocations(Collection<String> locations,
Map<String,Object> additionalContext)
Fetch web sections for given locations from the REST API
|
Copyright © 2003–2018 Atlassian. All rights reserved.