| 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<WebItem> |
DynamicWebInterfaceManager.getDisplayableWebItems(String section,
Map<String,Object> context)
Same as
DynamicWebInterfaceManager.getWebItems(String, java.util.Map) but apply conditions for static web-items using the context
provided. |
Iterable<WebItem> |
DynamicWebInterfaceManager.getWebItems(String section,
Map<String,Object> context)
Returns a collection of web-items for the provided section.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebItemImpl |
| Modifier and Type | Method and Description |
|---|---|
WebItem |
WebFragmentBuilder.WebItemBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<WebItem> |
WebItemProvider.getItems(Map<String,Object> context)
Returns a list of web-items for a given context.
|
Copyright © 2018 Atlassian. All rights reserved.