Uses of Class
com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
Packages that use WebResourceDependencies
Package
Description
-
Uses of WebResourceDependencies in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return WebResourceDependenciesModifier and TypeMethodDescriptionWebResourceDependenciesFactory.build
(WebResourceDependenciesRecorder.RecordedResources recorded, Expansions wrExpansion) Builds aWebResourceDependencies
object from the given expansion and the recorded resource. -
Uses of WebResourceDependencies in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content with type parameters of type WebResourceDependenciesModifier and TypeFieldDescriptionprotected Reference<WebResourceDependencies>
FormattedBody.BaseFormattedBodyBuilder.webresource
Methods in com.atlassian.confluence.api.model.content that return WebResourceDependenciesMethods in com.atlassian.confluence.api.model.content with parameters of type WebResourceDependenciesModifier and TypeMethodDescriptionFormattedBody.BaseFormattedBodyBuilder.webresource
(WebResourceDependencies webresource) Method parameters in com.atlassian.confluence.api.model.content with type arguments of type WebResourceDependenciesModifier and TypeMethodDescriptionFormattedBody.BaseFormattedBodyBuilder.webresource
(@NonNull Reference<WebResourceDependencies> webresource) -
Uses of WebResourceDependencies in com.atlassian.confluence.api.model.content.webresource
Methods in com.atlassian.confluence.api.model.content.webresource that return WebResourceDependencies -
Uses of WebResourceDependencies in com.atlassian.confluence.dmz.service.content
Methods in com.atlassian.confluence.dmz.service.content that return types with arguments of type WebResourceDependenciesModifier and TypeMethodDescriptionContentBodyConversionManager.ConversionResult.dependenciesRef()
Returns the value of thedependenciesRef
record component.Constructor parameters in com.atlassian.confluence.dmz.service.content with type arguments of type WebResourceDependenciesModifierConstructorDescriptionConversionResult
(String convertedContentBody, Reference<WebResourceDependencies> dependenciesRef) Creates an instance of aConversionResult
record class.