Uses of Interface
com.atlassian.webresource.api.assembler.RequiredData
Packages that use RequiredData
-
Uses of RequiredData in com.atlassian.webresource.api.assembler
Methods in com.atlassian.webresource.api.assembler that return RequiredDataModifier and TypeMethodDescriptionWebResourceAssembler.data()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() withResourcePhase.defaultPhase().RequiredData.requireData(String key, com.atlassian.json.marshal.Jsonable content, ResourcePhase resourcePhase) RequiredData.requireData(String key, Boolean content) Specifies that JSON data with the given key should be included on the next call to drainIncludedResources() withResourcePhase.defaultPhase().RequiredData.requireData(String key, Boolean content, ResourcePhase resourcePhase) RequiredData.requireData(String key, Number content) Specifies that JSON data with the given key should be included on the next call to drainIncludedResources() withResourcePhase.defaultPhase().RequiredData.requireData(String key, Number content, ResourcePhase resourcePhase) RequiredData.requireData(String key, String content) Specifies that JSON data with the given key should be included on the next call to drainIncludedResources() withResourcePhase.defaultPhase().RequiredData.requireData(String key, String content, ResourcePhase resourcePhase)