- requireContext(String) - Method in interface com.atlassian.webresource.api.assembler.RequiredResources
-
Specifies that resources for the given webresource context should be included on the next call to
drainIncludedResources().
- requireData(String, Jsonable) - Method in interface com.atlassian.webresource.api.assembler.RequiredData
-
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources().
- requireData(String, Number) - Method in interface com.atlassian.webresource.api.assembler.RequiredData
-
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources().
- requireData(String, String) - Method in interface com.atlassian.webresource.api.assembler.RequiredData
-
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources().
- requireData(String, Boolean) - Method in interface com.atlassian.webresource.api.assembler.RequiredData
-
Specifies that JSON data with the given key should be included on the next call to drainIncludedResources().
- requireData(String, CompletionStage<Jsonable>) - Method in interface com.atlassian.webresource.api.assembler.RequiredData
-
Specifies that JSON data with the given key should be avaialbe to the client-side webpage at some point
in the future.
- RequiredData - Interface in com.atlassian.webresource.api.assembler
-
Interface for clients to require data blobs.
- RequiredResources - Interface in com.atlassian.webresource.api.assembler
-
Interface for clients to require web resources.
- requireModule(String) - Method in interface com.atlassian.webresource.api.assembler.RequiredResources
-
Specifies that the given module should be included on the next call to drainIncludedResources().
- requirePage(String) - Method in interface com.atlassian.webresource.api.assembler.RequiredResources
-
- requireWebResource(String) - Method in interface com.atlassian.webresource.api.assembler.RequiredResources
-
Specifies that resources for the given module should be included on the next call to drainIncludedResources().
- resources() - Method in interface com.atlassian.webresource.api.assembler.WebResourceAssembler
-