| Package | Description |
|---|---|
| com.atlassian.webresource.api.assembler |
| Modifier and Type | Method and Description |
|---|---|
RequiredData |
WebResourceAssembler.data() |
RequiredData |
RequiredData.requireData(String key,
Boolean content)
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources()
with
ResourcePhase.defaultPhase(). |
RequiredData |
RequiredData.requireData(String key,
Boolean content,
ResourcePhase resourcePhase) |
RequiredData |
RequiredData.requireData(String key,
CompletionStage<com.atlassian.json.marshal.Jsonable> promise)
Specifies that JSON data with the given key should be avaialbe to the client-side webpage at some point
in the future.
|
RequiredData |
RequiredData.requireData(String key,
com.atlassian.json.marshal.Jsonable content)
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources()
with
ResourcePhase.defaultPhase(). |
RequiredData |
RequiredData.requireData(String key,
com.atlassian.json.marshal.Jsonable content,
ResourcePhase resourcePhase) |
RequiredData |
RequiredData.requireData(String key,
Number content)
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources()
with
ResourcePhase.defaultPhase(). |
RequiredData |
RequiredData.requireData(String key,
Number content,
ResourcePhase resourcePhase) |
RequiredData |
RequiredData.requireData(String key,
String content)
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources()
with
ResourcePhase.defaultPhase(). |
RequiredData |
RequiredData.requireData(String key,
String content,
ResourcePhase resourcePhase) |
Copyright © 2024 Atlassian. All rights reserved.