| Package | Description |
|---|---|
| com.atlassian.plugin.web.api | |
| com.atlassian.plugin.web.api.model | |
| com.atlassian.plugin.web.api.provider |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WebSection> |
DynamicWebInterfaceManager.getDisplayableWebSections(String location,
Map<String,Object> context)
Same as
DynamicWebInterfaceManager.getWebSections(String, java.util.Map) but apply conditions for static web-sections using the
context provided. |
Iterable<WebSection> |
DynamicWebInterfaceManager.getWebSections(String location,
Map<String,Object> context)
Returns a collection of web-sections for the provided location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSectionImpl |
| Modifier and Type | Method and Description |
|---|---|
WebSection |
WebFragmentBuilder.WebSectionBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WebSection> |
WebSectionProvider.getSections(Map<String,Object> context)
Returns a list of web-sections for a given context.
|
Copyright © 2022 Atlassian. All rights reserved.